Reputation: 11
I want to write an android app to change the supports-screen of other app. How can I do that?
<supports-screens android:largeScreens="true" />
Thanks!
Upvotes: 0
Views: 340
Reputation: 64399
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).
Upvotes: 3