Skip to content

Commit

Permalink
删除不必要权限
Browse files Browse the repository at this point in the history
  • Loading branch information
liuran001 committed Jun 3, 2022
1 parent b79f0b1 commit e73aad8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/AndroidManifest.xml
Expand Up @@ -7,8 +7,6 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT" />
<application
Expand Down

0 comments on commit e73aad8

Please sign in to comment.