I was looking for a stack overflow and could not find an answer to determine this set of parameters for my application. Android Marshmallow has an option in the settings:
Settings → Data usage → My application → Toggle to “Limit background data of the application” that “disable background data on the cellular network”
I want to warn the user if it is installed in my application. How to determine if this is installed for my application. Any pointers appreciated.
source
share