public class

AppDataContract

extends Object
java.lang.Object
   ↳ de.auerswald.appdata.AppDataContract

Summary

Constants
String AUTHORITY
String ID ID field
String KEY Key field, String
String TYPE Content type
String URI URI to use for the appData Provider
String VALUE Value field, String
Public Constructors
AppDataContract()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AUTHORITY

Constant Value: "de.auerswald.appData"

public static final String ID

ID field

Constant Value: "_id"

public static final String KEY

Key field, String

Constant Value: "key"

public static final String TYPE

Content type

Constant Value: "vnd.auerswald.appData"

public static final String URI

URI to use for the appData Provider

Constant Value: "content://de.auerswald.appData"

public static final String VALUE

Value field, String

Constant Value: "value"

Public Constructors

public AppDataContract ()