Skip to content

Commit

Permalink
added maxSdkVersion18 for WRITE_EXTERNAL_STORAGE prem
Browse files Browse the repository at this point in the history
  • Loading branch information
bitmold committed Nov 12, 2020
1 parent 9a7ef0d commit 4a39df4
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
Expand Up @@ -17,7 +17,8 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="18" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />

<application
Expand Down Expand Up @@ -151,7 +152,7 @@
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
<action android:name="android.intent.action.REBOOT"/>
<action android:name="android.intent.action.REBOOT" />
</intent-filter>
</receiver>

Expand Down

0 comments on commit 4a39df4

Please sign in to comment.