Skip to content

Commit

Permalink
Prevent installation on SD card, which currently fails
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
chrisboyle committed Feb 10, 2023
1 parent 8af3a10 commit ebb44f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto" tools:ignore="UnusedAttribute"
android:installLocation="internalOnly" tools:ignore="UnusedAttribute"
xmlns:tools="http://schemas.android.com/tools">
<supports-screens tools:ignore="UnusedAttribute"
android:xlargeScreens="true"
Expand Down

0 comments on commit ebb44f7

Please sign in to comment.