I'd like to check the user's assisted GPS setting in Android. When I change the 'location accuracy' setting, a ContentObserver tells me the URI is content://settings/global/assisted_gps_enabled. I don't see a constant for this in android.provider.Settings.Global; how do I access the value of this setting?
from View AGPS setting in Android
No comments:
Post a Comment