Skip to content

Commit

Permalink
Minor permission fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Jan 9, 2023
1 parent 23cbf09 commit 6439421
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
<uses-permission android:name="android.permission.GET_PACKAGE_SIZE" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"/>
<uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
<uses-permission android:name="android.permission.REAL_GET_TASKS"
tools:ignore="ProtectedPermissions" />

<uses-feature
android:name="android.software.leanback"
Expand Down

0 comments on commit 6439421

Please sign in to comment.