Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Allow QUERY_ALL_PACKAGES for app forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
jamal2362 committed Feb 3, 2023
1 parent d87fe3b commit e74b0ee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="QueryAllPackagesPermission" />
<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />

<uses-feature
Expand All @@ -38,10 +40,6 @@
android:required="false" />

<queries>
<intent>
<action android:name="android.intent.action.MAIN" />
</intent>

<intent>
<action android:name="android.intent.action.TTS_SERVICE" />
</intent>
Expand Down

0 comments on commit e74b0ee

Please sign in to comment.