Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

permission: remove <com.android.vending.CHECK_LICENSE> #2336

Closed
wants to merge 1 commit into from

Conversation

DaVinci9196
Copy link
Contributor

image
image

During the test, it was found that after uninstalling and reinstalling the fakestore, games that have been downloaded and need to be updated cannot enter the FakeLicenseService for execution because there is an exception in the <com.android.vending.CHECK_LICENSE> permission.

The general reason is that after the fakestore is uninstalled and reinstalled, the permission statement is removed and reset. It is not practical to turn fakestore into a system application that does not allow uninstallation. Is it possible to remove the permission here?

@ale5000-git
Copy link
Member

ale5000-git commented Apr 23, 2024

You can just reinstall the game that have the problem, weaken permission isn't a good solution.

You never need to uninstall, you can just use adb install -r ... or pm install -r ....

@DaVinci9196
Copy link
Contributor Author

You can just reinstall the game that have the problem, weaken permission isn't a good solution.

You never need to uninstall, you can just use adb install -r ... or pm install -r ....

@DaVinci9196 DaVinci9196 deleted the license_permission branch April 25, 2024 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants