diff options
author | Nicolas Prevot <nprevot@google.com> | 2014-07-24 19:49:30 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-07-24 19:49:30 +0000 |
commit | f2e791fcdd9b86738c1599b4da3f2301bffddff2 (patch) | |
tree | 00939404b6970facbb4f3b3b5b22dc28fa216ec1 /api | |
parent | 894ec83b967c66146182899fd0b69debeeacd263 (diff) | |
parent | c32d0a1c5421c3e58848495f30d8a8774f448509 (diff) | |
download | frameworks_base-f2e791fcdd9b86738c1599b4da3f2301bffddff2.zip frameworks_base-f2e791fcdd9b86738c1599b4da3f2301bffddff2.tar.gz frameworks_base-f2e791fcdd9b86738c1599b4da3f2301bffddff2.tar.bz2 |
am 1b4a211d: am 4fe8fe2b: Merge "Making the clipboard work across users." into lmp-dev
* commit '1b4a211dc241c8d7275da97980dd6ea843f42933':
Making the clipboard work across users.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index e0006f6..5d9d337 100644 --- a/api/current.txt +++ b/api/current.txt @@ -22731,6 +22731,7 @@ package android.os { field public static final java.lang.String DISALLOW_CONFIG_VPN = "no_config_vpn"; field public static final java.lang.String DISALLOW_CONFIG_WIFI = "no_config_wifi"; field public static final java.lang.String DISALLOW_CREATE_WINDOWS = "no_create_windows"; + field public static final java.lang.String DISALLOW_CROSS_PROFILE_COPY_PASTE = "no_cross_profile_copy_paste"; field public static final java.lang.String DISALLOW_DEBUGGING_FEATURES = "no_debugging_features"; field public static final java.lang.String DISALLOW_FACTORY_RESET = "no_factory_reset"; field public static final java.lang.String DISALLOW_INSTALL_APPS = "no_install_apps"; |