diff options
| author | Tanuj M <thetanuj@hotmail.com> | 2020-07-10 18:42:28 +0530 |
|---|---|---|
| committer | Tanuj M <thetanuj@hotmail.com> | 2020-07-10 18:42:28 +0530 |
| commit | 41f85286cfbe2390183ad9cff5b1e200723d3e2d (patch) | |
| tree | 32cdc48ce41fee891e796ad76bd48b0e9c453dd0 /app/src/main/AndroidManifest.xml | |
| parent | 85cc4d4bdd663bb7bec799519c45d0bcca323cd1 (diff) | |
| download | SidePhOnelauncher-41f85286cfbe2390183ad9cff5b1e200723d3e2d.tar.gz SidePhOnelauncher-41f85286cfbe2390183ad9cff5b1e200723d3e2d.tar.bz2 SidePhOnelauncher-41f85286cfbe2390183ad9cff5b1e200723d3e2d.zip | |
Getting the list of apps
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
| -rw-r--r-- | app/src/main/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index fbac6a1..78c42f3 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -2,6 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="app.olauncher"> + <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" /> + <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" |
