Skip to content

Commit

Permalink
declare android:installLocation to auto (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
9mdv authored Jun 26, 2024
1 parent 0cf206b commit c30a40e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand Down Expand Up @@ -105,4 +106,4 @@
<data android:scheme="https" />
</intent>
</queries>
</manifest>
</manifest>

0 comments on commit c30a40e

Please sign in to comment.