am 4996d6a4: Merge "Remove suggested key names as its confusing." into lmp-dev
* commit '4996d6a4ff983167133779a78bad4282d8bce4b3':
Remove suggested key names as its confusing.
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java
index 13ed8d1..027eb2c 100644
--- a/core/java/android/app/admin/DevicePolicyManager.java
+++ b/core/java/android/app/admin/DevicePolicyManager.java
@@ -2571,9 +2571,7 @@
* application running in the managed profile.
*
* <p>The provided {@link Bundle} consists of key-value pairs, where the types of values may be
- * boolean, int, String, or String[]. The recommended format for keys
- * is "com.example.packagename/example-setting" to avoid naming conflicts with library
- * components such as {@link android.webkit.WebView}.
+ * boolean, int, String, or String[].
*
* <p>The application restrictions are only made visible to the target application and the
* profile or device owner.