开发者

Override methods of subActivity Android

开发者 https://www.devze.com 2023-03-26 06:07 出处:网络
Is there a way to override methods of a sub activity such as menu and also orientation on sub activity?

Is there a way to override methods of a sub activity such as menu and also orientation on sub activity? I am using Youtube player in my activity and I need to set the orientation of youtube player t开发者_StackOverflowo landscape mode and also override its menu button. I have search through the net but couldn't find any solution, if any one know please let me know.


You cannot modify the Activity of an another application.

0

精彩评论

暂无评论...
验证码 换一张
取 消