Skip to content

Commit

Permalink
declare android:installLocation to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
9mdv authored Jun 26, 2024
1 parent 734efc5 commit f272c11
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 f272c11

Please sign in to comment.