Priyank Patel
Priyank Patel

Reputation: 12372

How to get Android Google setting programatically?

In android 6.0 (marshmallow), there is Google settings in Android System Settings.

For example I want check if `Settings -> Google -> Nearby is on or off.

is it possible to get value of Android Google settings programmatically ?

If yes then how to get it?

Upvotes: 2

Views: 341

Answers (1)

Prakash Ayappan
Prakash Ayappan

Reputation: 455

Presently, there is no way to identify this option through pro-grammatically. I feel, Android developers has done it intentionally, as it cause serious safety issues for the user.

Upvotes: 4

Related Questions