diff options
| author | 2015-12-28 16:20:56 -0800 | |
|---|---|---|
| committer | 2015-12-28 16:20:56 -0800 | |
| commit | 78f3ba6ea49f1279bb29577cbd97baf3eb8b1fe3 (patch) | |
| tree | ad1cd8d807b39a8dd9ce46b240306e88b63b2c61 | |
| parent | fa616e7cab1924dfd82b8c8c7f18c546b02b61d9 (diff) | |
Fix InCallService permission doc
Small typo in the docs for InCallService.
Change-Id: I551248858723047d30061d164976fb2e3418ed67
| -rw-r--r-- | telecomm/java/android/telecom/InCallService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/InCallService.java b/telecomm/java/android/telecom/InCallService.java index 5087080ebdf8..426b240e9c78 100644 --- a/telecomm/java/android/telecom/InCallService.java +++ b/telecomm/java/android/telecom/InCallService.java @@ -49,7 +49,7 @@ import java.util.List; * <pre> * {@code * <service android:name="your.package.YourInCallServiceImplementation" - * android:permission="android.permission.BIND_IN_CALL_SERVICE"> + * android:permission="android.permission.BIND_INCALL_SERVICE"> * <meta-data android:name="android.telecom.IN_CALL_SERVICE_UI" android:value="true" /> * <intent-filter> * <action android:name="android.telecom.InCallService"/> |