|
|
|
|
|
by avz
4198 days ago
|
|
I would be very happy if instead of preventing me from installing apps which require a given permission, Android would let me install them at my own risk in a sandbox which provides the app with dummy data and interactions (whether from a sensor, contacts db, camera etc). It would be even better if the framework explicitly supported running apps without the necessary permissions and simply threw some sort of PermissionException. This would cripple some functionality while preserving the rest. Developers could of course write the apps to not work under such reduced conditions, but Google Play could reject such apps. |
|