change other app manifest Android
I want to write an android app to change the supports-screen of ot开发者_JAVA技巧her app. How can I do that?
<supports-screens android:largeScreens="true" />
Thanks!
Luckily, you cannot change stuff for different apps.
(Unless you have total control (codewise) of that app, so it reads stuff from a place another app can reach, but I doubt that from the information given).
精彩评论