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

Commit 281e6835 authored by Shuo Qian's avatar Shuo Qian Committed by sqian
Browse files

Fix CallRedirectionService Doc issue

Bug: 149210664
Test: Treehugger; No function change
Change-Id: Ib8afac47d4a3237d7ce829a18566ca212fee8420
Merged-In: Ib8afac47d4a3237d7ce829a18566ca212fee8420
(cherry picked from commit e212f0d7)
parent a3243e8e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -38,16 +38,14 @@ import com.android.internal.telecom.ICallRedirectionService;
 *
 * <p>
 * Below is an example manifest registration for a {@code CallRedirectionService}.
 * <pre>
 * {@code
 * <service android:name="your.package.YourCallRedirectionServiceImplementation"
 *          android:permission="android.permission.BIND_REDIRECTION_SERVICE">
 *          android:permission="android.permission.BIND_CALL_REDIRECTION_SERVICE">
 *      <intent-filter>
 *          <action android:name="android.telecom.CallRedirectionService"/>
 *      </intent-filter>
 * </service>
 * }
 * </pre>
 */
public abstract class CallRedirectionService extends Service {
    /**