Install on SD option on app.json

After Android 6 App’s developers can Choose if their app can be installed/moved to SD Card or not. For many user with low memory space on the phone this is a good think.

Just add

<manifest

android:installLocation=“auto”>

on Manifest can do this.

Expo Client and all Standalone Apps shold allow this.

Help to Vote This, please

2 Likes

I want it too, it’s awesome

1 Like

I want it too, it’s awesome

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.