diff --git a/graphics/java/android/graphics/drawable/GradientDrawable.java b/graphics/java/android/graphics/drawable/GradientDrawable.java index d34d461e8a87f..2a286afd7b633 100644 --- a/graphics/java/android/graphics/drawable/GradientDrawable.java +++ b/graphics/java/android/graphics/drawable/GradientDrawable.java @@ -579,9 +579,9 @@ public class GradientDrawable extends Drawable { * The default value for this property is {@code false}. *

* Note: This property corresponds to the - * {@code android:useLevel} attribute on the inner {@code <gradient>} + * {@code android:useLevel} attribute on the inner {@code } * tag, NOT the {@code android:useLevel} attribute on the outer - * {@code <shape>} tag. For example, + * {@code } tag. For example, *

{@code
      * 
      *     #*#*}. The intent will have the data
+             * URI: {@code android_secret_code://}. It is possible that a manifest
              * receiver would be woken up even if it is not currently running.
              *
              * 

Requires {@code android.Manifest.permission#CONTROL_INCALL_EXPERIENCE} to diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 52115cb96ff01..e5466a2535eb6 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -2762,8 +2762,8 @@ public class TelephonyManager { * (see {@link #hasCarrierPrivileges}). *

* These "secret codes" are used to activate developer menus by dialing certain codes. - * And they are of the form {@code *#*#<code>#*#*}. The intent will have the data - * URI: {@code android_secret_code://<code>}. It is possible that a manifest + * And they are of the form {@code *#*##*#*}. The intent will have the data + * URI: {@code android_secret_code://}. It is possible that a manifest * receiver would be woken up even if it is not currently running. *

* It is supposed to replace {@link android.provider.Telephony.Sms.Intents#SECRET_CODE_ACTION}