Search code examples
androidstoragegoogle-playandroid-sdcard

Make user choose installation destination Android (Internal Storage or SD-Card) from Google Play


I have an Android App in Google Play and I want the users to choose whether they want it to be installed in their Internal Storage or in SD-Card.

How can I do that?

Thanks!


Solution

  • Add,

    android:installLocation="auto"
    

    to the manifest inside the tag