Yotsclee
Yotsclee

Reputation: 11

change other app manifest Android

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

Answers (1)

Nanne
Nanne

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

Related Questions