Skip to content

Commit

Permalink
MANAGE_EXTERNAL_STORAGE: another day another try
Browse files Browse the repository at this point in the history
It seems that Google granted me an appeal (containing two requests).
Finger crossed: let's assume that both were granted and not one.
I.e.:
- rejections based on "your app does not load any content"
- obtain MANAGE_EXTERNAL_STORAGE permission for nova
  • Loading branch information
courville committed Sep 13, 2024
1 parent c6e8016 commit d2760c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<!--<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />-->
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
Expand Down

0 comments on commit d2760c5

Please sign in to comment.