diff options
Diffstat (limited to 'api/module-app-current.txt')
| -rw-r--r-- | api/module-app-current.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/api/module-app-current.txt b/api/module-app-current.txt index 4307e675e431..db774ef8ea2e 100644 --- a/api/module-app-current.txt +++ b/api/module-app-current.txt @@ -7,3 +7,11 @@ package android.app { } +package android.provider { + + public static final class Settings.Global extends android.provider.Settings.NameValueTable { + field public static final String COMMON_CRITERIA_MODE = "common_criteria_mode"; + } + +} + |