Stay organized with collections
Save and categorize content based on your preferences.
NameValueTable
class NameValueTable : BaseColumns
Known Direct Subclasses
Settings.Global |
Global system settings, containing preferences that always apply identically to all defined users.
|
Settings.Secure |
Secure system settings, containing system preferences that applications can read but are not allowed to write.
|
Settings.System |
System settings, containing miscellaneous system preferences.
|
|
Common base for tables of name/value settings.
Summary
Public methods |
open static Uri! |
|
Protected methods |
open static Boolean |
|
Constants
NAME
static val NAME: String
Value: "name"
VALUE
static val VALUE: String
Value: "value"
Public constructors
NameValueTable
NameValueTable()
Public methods
getUriFor
open static fun getUriFor(
uri: Uri!,
name: String!
): Uri!
Protected methods
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-04 UTC."],[],[]]