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

Uninstall in unsupported ROM message #32

Closed
MarcusJT opened this issue Jul 3, 2015 · 2 comments
Closed

Uninstall in unsupported ROM message #32

MarcusJT opened this issue Jul 3, 2015 · 2 comments
Assignees
Milestone

Comments

@MarcusJT
Copy link

MarcusJT commented Jul 3, 2015

I suggest that your message for unsupported ROMs should include an "Uninstall" button at the bottom so that users remove the app straight away, thereby avoiding the possibility that they open it again / another day and get frustrated. This should help reduce the number of 1* reviews received.

PS - I've also downvoted the stupid reviews I've seen.

@MatthewBooth
Copy link
Owner

Thanks for this. I will definitely consider adding this during my rewrite, if it is possible to uninstall the app itself.

I think a lot of the 1* reviews are either part of the language barrier (which I could use translators for) or just sheer stupidity of the user for not reading the description. :/

@MarcusJT
Copy link
Author

Intent intent = new Intent(Intent.ACTION_DELETE);
intent.setData(Uri.parse("package:com.android.calculator2"));
startActivity(intent);

from http://stackoverflow.com/questions/6813322/install-uninstall-apks-programmatically-packagemanager-vs-intents

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants