Skip to content

Commit

Permalink
Merge pull request #236 from 9mdv/master
Browse files Browse the repository at this point in the history
declare android:installLocation to auto
  • Loading branch information
udenr authored Jul 8, 2024
2 parents e6303bf + f272c11 commit f48fc18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.CAMERA" />
Expand Down Expand Up @@ -193,4 +194,4 @@
<data android:mimeType="*/*" />
</intent>
</queries>
</manifest>
</manifest>

0 comments on commit f48fc18

Please sign in to comment.