public static final class BrowserContract.Settings extends Object
Modifier and Type | Field and Description |
---|---|
static Uri |
CONTENT_URI
The content:// style URI for this table
|
static String |
KEY
Key for a setting value.
|
static String |
KEY_SYNC_ENABLED
If set to non-0 the user has opted into bookmark sync.
|
static String |
VALUE
Value for a setting.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isSyncEnabled(Context context)
Returns true if bookmark sync is enabled
|
static void |
setSyncEnabled(Context context,
boolean enabled)
Sets the bookmark sync enabled setting.
|
public static final Uri CONTENT_URI
public static final String KEY
public static final String VALUE
public static final String KEY_SYNC_ENABLED