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

Commit fed722e7 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix CallRedirectionService Doc issue" into rvc-dev am: 3e91ee7c am:...

Merge "Fix CallRedirectionService Doc issue" into rvc-dev am: 3e91ee7c am: ff365c6c am: 893a85d7

Change-Id: I03c343edf4bd260afe628a0c105eddb163873fe1
parents debee2a3 893a85d7
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 {
    /**