File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : tools =" http://schemas.android.com/tools" >
44
5+ <uses-permission android : name =" android.permission.MANAGE_EXTERNAL_STORAGE"
6+ tools : ignore =" ScopedStorage" />
57 <uses-permission android : name =" android.permission.REORDER_TASKS" />
68 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
79 <uses-permission android : name =" android.permission.NFC" />
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ class SplashActivity : BaseActivityFont() {
9999// listPer.add(Manifest.permission.WRITE_EXTERNAL_STORAGE)
100100
101101 if (Build .VERSION .SDK_INT >= Build .VERSION_CODES .R ) {
102+ // quyen nhay cam, can khai bao voi google
102103 listPer.add(Manifest .permission.MANAGE_EXTERNAL_STORAGE )
103104 }
104105
Original file line number Diff line number Diff line change 55 android : name =" android.permission.REBOOT"
66 tools : ignore =" ProtectedPermissions" />
77 <uses-permission android : name =" com.google.android.gms.permission.AD_ID" />
8- <uses-permission android : name =" android.permission.MANAGE_EXTERNAL_STORAGE"
9- tools : ignore =" ScopedStorage" />
108 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
119 <uses-permission
1210 android : name =" android.permission.WRITE_EXTERNAL_STORAGE"
You can’t perform that action at this time.
0 commit comments