Question

As part of a test utility on android I am gaining access to the telephony setting in my activity as follows:

Cursor cursor = getContentResolver().(Uri.parse("content://telephony/carriers"), null, null, null, null);

Is it possible to access the settings outside an activity through the content resolver or through another manner.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top