0
votes
0answers
25 views

How to determine what capabilities are blocking an app from installing

My bank has an app for Android phones, but that same app won't install on my tablet. Is there a way to determine what capability or permission is blocking it from even being listed in the Play store? ...
5
votes
1answer
4k views

How do I install an apk as a system application?

I'm trying to install an application in the system/app folder of a device. It needs to be done since I'm writing a QAT program and the tests need to run with a few privileges not available to third ...
46
votes
6answers
1k views

Is it possible to install an app and exclude some of its requested permissions?

Occasionally I want to install an application which requires certain permissions that I feel it really shouldn't need. Can I install the app without giving it these permissions? For example, GPS ...