这是indexloc提供的服务,不要输入任何密码
Skip to content

Commit 989a19b

Browse files
Added: Add DUMP and PACKAGE_USAGE_STATS permissions
1 parent ea094b0 commit 989a19b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
<uses-permission android:name="android.permission.VIBRATE" />
3737
<uses-permission android:name="android.permission.WRITE_SETTINGS" tools:ignore="ProtectedPermissions" />
3838
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
39+
<uses-permission android:name="android.permission.DUMP" tools:ignore="ProtectedPermissions" />
40+
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" tools:ignore="ProtectedPermissions" />
3941

4042
<!-- This permission is not used, but a permission is needed on the sharedfiles contentprovider,
4143
which will always use FLAG_GRANT_READ_URI_PERMISSION. -->

0 commit comments

Comments
 (0)