Skip to content

Commit

Permalink
permission: remove <com.android.vending.CHECK_LICENSE>
Browse files Browse the repository at this point in the history
  • Loading branch information
DaVinci9196 committed Apr 23, 2024
1 parent 827a8b9 commit 711da6a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vending-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
<manifest xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android">

<permission
android:name="com.android.vending.CHECK_LICENSE"
android:protectionLevel="normal" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission
Expand Down Expand Up @@ -71,7 +67,6 @@

<service
android:name="com.android.vending.licensing.LicensingService"
android:permission="com.android.vending.CHECK_LICENSE"
android:exported="true">
<intent-filter>
<action android:name="com.android.vending.licensing.ILicensingService" />
Expand Down

0 comments on commit 711da6a

Please sign in to comment.