Merge "Fix javadoc HTML escaping."
am: 693e023bac
Change-Id: I038bdae560fe93b75054004e00358da7cb752ff0
This commit is contained in:
@@ -579,9 +579,9 @@ public class GradientDrawable extends Drawable {
|
||||
* The default value for this property is {@code false}.
|
||||
* <p>
|
||||
* <strong>Note</strong>: This property corresponds to the
|
||||
* {@code android:useLevel} attribute on the inner {@code <gradient>}
|
||||
* {@code android:useLevel} attribute on the inner {@code <gradient>}
|
||||
* tag, NOT the {@code android:useLevel} attribute on the outer
|
||||
* {@code <shape>} tag. For example,
|
||||
* {@code <shape>} tag. For example,
|
||||
* <pre>{@code
|
||||
* <shape ...>
|
||||
* <gradient
|
||||
|
||||
@@ -1127,8 +1127,8 @@ public final class Telephony {
|
||||
* Broadcast Action: A debug code has been entered in the dialer. This intent is
|
||||
* broadcast by the system and OEM telephony apps may need to receive these broadcasts.
|
||||
* 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 *#*#<code>#*#*}. The intent will have the data
|
||||
* URI: {@code android_secret_code://<code>}. It is possible that a manifest
|
||||
* receiver would be woken up even if it is not currently running.
|
||||
*
|
||||
* <p>Requires {@code android.Manifest.permission#CONTROL_INCALL_EXPERIENCE} to
|
||||
|
||||
@@ -2762,8 +2762,8 @@ public class TelephonyManager {
|
||||
* (see {@link #hasCarrierPrivileges}).
|
||||
* <p>
|
||||
* 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 *#*#<code>#*#*}. The intent will have the data
|
||||
* URI: {@code android_secret_code://<code>}. It is possible that a manifest
|
||||
* receiver would be woken up even if it is not currently running.
|
||||
* <p>
|
||||
* It is supposed to replace {@link android.provider.Telephony.Sms.Intents#SECRET_CODE_ACTION}
|
||||
|
||||
Reference in New Issue
Block a user