Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
Allow managing apps (Android 11)
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 13, 2021
1 parent 561e4bf commit 78b599f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eu.faircode.xlua">

<!-- https://developer.android.com/preview/privacy/package-visibility -->
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />

<application
android:name="ApplicationEx"
android:allowBackup="false"
Expand Down

0 comments on commit 78b599f

Please sign in to comment.