Memory-Assistant icon indicating copy to clipboard operation
Memory-Assistant copied to clipboard

Deprecated Google Play Intent

Open maniksejwal opened this issue 4 years ago • 0 comments

App bundles shared by the users don't have the necessary resources for different devices.

com.android.vending and com.google.android.feedback were used to check if the app was downloaded from Play or not.

Play Store has deprecated the intent that is required.

Update the code.

main.MainActivity.verifyInstallerId() is the finction that uses it. There might be more cases of its usage.

maniksejwal avatar Mar 27 '20 03:03 maniksejwal