Loading vending-app/src/main/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ <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" /> Loading Loading
vending-app/src/main/AndroidManifest.xml +1 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ <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" /> Loading