summaryrefslogtreecommitdiffstats
path: root/telecomm/java/android/telecom/ConnectionService.java
diff options
context:
space:
mode:
authorEvan Charlton <evanc@google.com>2014-11-08 15:49:16 -0800
committerEvan Charlton <evanc@google.com>2014-11-10 11:52:31 -0800
commit0e094d926c306c3667bcdf6f23c52cc7181f25f3 (patch)
tree4a41b85db95d9e74e3f2955083cef3d348927676 /telecomm/java/android/telecom/ConnectionService.java
parent6c912b7d056c67b41fd46f31de168795e97c2336 (diff)
downloadframeworks_base-0e094d926c306c3667bcdf6f23c52cc7181f25f3.zip
frameworks_base-0e094d926c306c3667bcdf6f23c52cc7181f25f3.tar.gz
frameworks_base-0e094d926c306c3667bcdf6f23c52cc7181f25f3.tar.bz2
Apply @hide / @SystemApi to android.telecom.*
Move the android.telecom.* namespace back to @hide, and also mark it with @SystemApi so that system-privileged apps can use them. Bug: 18302450 Change-Id: I33ae1b9b0dfdb1c5eff51ca3c829196bcfc9411c
Diffstat (limited to 'telecomm/java/android/telecom/ConnectionService.java')
-rw-r--r--telecomm/java/android/telecom/ConnectionService.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/ConnectionService.java b/telecomm/java/android/telecom/ConnectionService.java
index 65d48f1..48e6ff3 100644
--- a/telecomm/java/android/telecom/ConnectionService.java
+++ b/telecomm/java/android/telecom/ConnectionService.java
@@ -17,6 +17,7 @@
package android.telecom;
import android.annotation.SdkConstant;
+import android.annotation.SystemApi;
import android.app.Service;
import android.content.ComponentName;
import android.content.Intent;
@@ -71,7 +72,9 @@ import java.util.concurrent.ConcurrentHashMap;
* receives call-commands such as answer, reject, hold and disconnect.
* <p>
* When there are no more live calls, telecom will unbind from the {@code ConnectionService}.
+ * @hide
*/
+@SystemApi
public abstract class ConnectionService extends Service {
/**
* The {@link Intent} that must be declared as handled by the service.