Reputation: 704
I want to read the following settings set by the user on the device in my android app(android 4.0+):
Any help or leads would be wonderful! Thanks.
Upvotes: 3
Views: 113
Reputation: 16460
AFAIK, notifications are specific to applications. You can only disable or enable them for each application on Android 4.1 and above.
For Encryption status, you may use getStorageEncryptionStatus() in DevicePolicyManager.
Upvotes: 2