Skip to content

Commit ebb44f7

Browse files
committed
Prevent installation on SD card, which currently fails
This is a stop-gap for #551. It would be nice if it worked, but for now stop people getting into the broken state (and the app is small anyway).
1 parent 8af3a10 commit ebb44f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:installLocation="auto" tools:ignore="UnusedAttribute"
3+
android:installLocation="internalOnly" tools:ignore="UnusedAttribute"
44
xmlns:tools="http://schemas.android.com/tools">
55
<supports-screens tools:ignore="UnusedAttribute"
66
android:xlargeScreens="true"

0 commit comments

Comments
 (0)