Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make app movable to SD card #31

Merged
merged 1 commit into from Jun 30, 2020
Merged

Make app movable to SD card #31

merged 1 commit into from Jun 30, 2020

Conversation

Atrate
Copy link
Contributor

@Atrate Atrate commented Jun 30, 2020

Rationale

Over 25% of the world's Android devices still run Android 6.0 or older [1]. This version of Android still has native support for moving applications to SD cards — this is crucial when dealing with low-storage devices. Many more recent OEM OSes also support moving applications to SD cards. This means making applications movable to the SD card is IMHO a rational choice.

Solution

Add android:installLocation="auto" flag to AndroidMainfest.xml. The default for Android is, curiously, not "auto" but "internalOnly"

https://developer.android.com/guide/topics/data/install-location

Signed-off-by: Atrate Atrate@protonmail.com

Signed-off-by: Atrate <Atrate@protonmail.com>
@Shouheng88 Shouheng88 merged commit 00ae94a into Shouheng88:master Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants