Fix @code escapes
The body of {@code} must not be HTML escaped. This is one of
several changes that fix the source in conjunction with a
doclava fix.
Bug: 25757239
Change-Id: Ib38a0fa2dd2a3d68e467f78a812071e763d7e881
This commit is contained in:
@@ -48,13 +48,13 @@ import java.util.List;
|
||||
* {@code InCallService} implementation intends to replace the built-in in-call UI.
|
||||
* <pre>
|
||||
* {@code
|
||||
* <service android:name="your.package.YourInCallServiceImplementation"
|
||||
* android:permission="android.permission.BIND_IN_CALL_SERVICE">
|
||||
* <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
|
||||
* <intent-filter>
|
||||
* <action android:name="android.telecom.InCallService"/>
|
||||
* </intent-filter>
|
||||
* </service>
|
||||
* <service android:name="your.package.YourInCallServiceImplementation"
|
||||
* android:permission="android.permission.BIND_IN_CALL_SERVICE">
|
||||
* <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" />
|
||||
* <intent-filter>
|
||||
* <action android:name="android.telecom.InCallService"/>
|
||||
* </intent-filter>
|
||||
* </service>
|
||||
* }
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user