summaryrefslogtreecommitdiffstats
path: root/telecomm
diff options
context:
space:
mode:
authorEvan Charlton <evanc@google.com>2014-07-11 15:30:56 -0700
committerEvan Charlton <evanc@google.com>2014-07-14 16:13:44 +0000
commit3f9558da10cec9fc8e71002c8e8f5b45b0d7b9f7 (patch)
tree0d8731a1aea6541df99812d8293fe316ed475473 /telecomm
parenta4ab780877808dbee334f7c7cc4acefa0aa313b2 (diff)
downloadframeworks_base-3f9558da10cec9fc8e71002c8e8f5b45b0d7b9f7.zip
frameworks_base-3f9558da10cec9fc8e71002c8e8f5b45b0d7b9f7.tar.gz
frameworks_base-3f9558da10cec9fc8e71002c8e8f5b45b0d7b9f7.tar.bz2
Add Intent to configure ConnectionService
Change-Id: I187cb48f5b763fadeb5346fca34b0dc4ae7e4d43
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/android/telecomm/TelecommConstants.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/telecomm/java/android/telecomm/TelecommConstants.java b/telecomm/java/android/telecomm/TelecommConstants.java
index b9fb40c..b21ea60 100644
--- a/telecomm/java/android/telecomm/TelecommConstants.java
+++ b/telecomm/java/android/telecomm/TelecommConstants.java
@@ -51,6 +51,12 @@ public final class TelecommConstants {
public static final String ACTION_CONNECTION_SERVICE = ConnectionService.class.getName();
/**
+ * The {@link Intent} action used to configure a {@link ConnectionService}.
+ */
+ public static final String ACTION_CONNECTION_SERVICE_CONFIGURE =
+ "android.intent.action.CONNECTION_SERVICE_CONFIGURE";
+
+ /**
* Optional extra for {@link Intent#ACTION_CALL} containing a boolean that determines whether
* the speakerphone should be automatically turned on for an outgoing call.
*/