Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e91ee7c authored by Shuo Qian's avatar Shuo Qian Committed by Android (Google) Code Review
Browse files

Merge "Fix CallRedirectionService Doc issue" into rvc-dev

parents 91af57e5 9378eb93
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -38,16 +38,14 @@ import com.android.internal.telecom.ICallRedirectionService;
 *
 *
 * <p>
 * <p>
 * Below is an example manifest registration for a {@code CallRedirectionService}.
 * Below is an example manifest registration for a {@code CallRedirectionService}.
 * <pre>
 * {@code
 * {@code
 * <service android:name="your.package.YourCallRedirectionServiceImplementation"
 * <service android:name="your.package.YourCallRedirectionServiceImplementation"
 *          android:permission="android.permission.BIND_REDIRECTION_SERVICE">
 *          android:permission="android.permission.BIND_CALL_REDIRECTION_SERVICE">
 *      <intent-filter>
 *      <intent-filter>
 *          <action android:name="android.telecom.CallRedirectionService"/>
 *          <action android:name="android.telecom.CallRedirectionService"/>
 *      </intent-filter>
 *      </intent-filter>
 * </service>
 * </service>
 * }
 * }
 * </pre>
 */
 */
public abstract class CallRedirectionService extends Service {
public abstract class CallRedirectionService extends Service {
    /**
    /**