From 6d93491f506312e0686d86f278eac6f48a364242 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Tue, 14 Oct 2014 09:27:20 -0700 Subject: [PATCH] Hide DISALLOW_OUTGOING_BEAM API This is not fully functional in managed profiles, so it is being removed for L. Bug: 17973040 Change-Id: If660e5e565076cdf61649e9f5ca12877425e9df3 --- api/current.txt | 1 - core/java/android/os/UserManager.java | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/api/current.txt b/api/current.txt index 09497a5827fd0..953cfe0f0892f 100644 --- a/api/current.txt +++ b/api/current.txt @@ -22333,7 +22333,6 @@ package android.os { field public static final java.lang.String DISALLOW_INSTALL_UNKNOWN_SOURCES = "no_install_unknown_sources"; field public static final java.lang.String DISALLOW_MODIFY_ACCOUNTS = "no_modify_accounts"; field public static final java.lang.String DISALLOW_MOUNT_PHYSICAL_MEDIA = "no_physical_media"; - field public static final java.lang.String DISALLOW_OUTGOING_BEAM = "no_outgoing_beam"; field public static final java.lang.String DISALLOW_OUTGOING_CALLS = "no_outgoing_calls"; field public static final java.lang.String DISALLOW_REMOVE_USER = "no_remove_user"; field public static final java.lang.String DISALLOW_SHARE_LOCATION = "no_share_location"; diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index 1368f398a82e2..3234e7742c3e6 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -367,6 +367,7 @@ public class UserManager { *

Type: Boolean * @see #setUserRestrictions(Bundle) * @see #getUserRestrictions() + * @hide */ public static final String DISALLOW_OUTGOING_BEAM = "no_outgoing_beam";