Skip to content

Commit

Permalink
FIX: Remove permission INTERACT_ACROSS_PROFILES from Google Play rele…
Browse files Browse the repository at this point in the history
…ase.

Not allowed on Google Play Store any more.
  • Loading branch information
oasisfeng committed Jan 5, 2024
1 parent 50cee60 commit e7eb8da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assembly/src/googleplay/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">

<!-- This permission is disallowed on Google Play Store -->
<!-- These permissions are disallowed on Google Play Store -->
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" tools:node="remove" />
<uses-permission android:name="android.permission.INTERACT_ACROSS_PROFILES" tools:node="remove" />

</manifest>

0 comments on commit e7eb8da

Please sign in to comment.