I want to use above mentioned classes and want to retrieve information from their static Constants. I want to retrieve information like this. For example from Settings.Secure
SETTINGS_SECURE
ADB_ENABLED=1
ALLOWED_GEOLOCATION_ORIGINS=http://www.google.co.uk
ALLOW_MOCK_LOCATION=0
ANDROID_ID=200142d4dfd4e641
But I am actually getting this Output:
SETTINGS_SECURE
ADB_ENABLED=adb_enabled
ALLOWED_GEOLOCATION_ORIGINS=allowed_geolocation_origins
ALLOW_MOCK_LOCATION=allow_mock_location
ANDROID_ID=android_id
Any Suggestions?