summaryrefslogtreecommitdiffstats
path: root/telecomm
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-07-21 15:57:17 -0700
committerYorke Lee <yorkelee@google.com>2014-07-21 16:10:08 -0700
commit3818a89220d3604fd92367f500e9d04d86781516 (patch)
tree2050c5440d0298e186d836fa9aa95ad1dd8d5261 /telecomm
parent88e199045bbe10296124203837b24dea116bf108 (diff)
downloadframeworks_base-3818a89220d3604fd92367f500e9d04d86781516.zip
frameworks_base-3818a89220d3604fd92367f500e9d04d86781516.tar.gz
frameworks_base-3818a89220d3604fd92367f500e9d04d86781516.tar.bz2
Expose call settings as public API (1/3)
Other settings activities like wifi settings, mobile network settings etc are all accessible by third party apps via public intents, so make CallFeaturesSettings similarly available. Bug: 16298644 Change-Id: Ia615797e20f396a38fe382f3a2d54ec41c5249ef
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/android/telecomm/TelecommManager.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/telecomm/java/android/telecomm/TelecommManager.java b/telecomm/java/android/telecomm/TelecommManager.java
index c76d670..ea89a53 100644
--- a/telecomm/java/android/telecomm/TelecommManager.java
+++ b/telecomm/java/android/telecomm/TelecommManager.java
@@ -56,6 +56,12 @@ public class TelecommManager {
"android.intent.action.CONNECTION_SERVICE_CONFIGURE";
/**
+ * The {@link android.content.Intent} action used to show the call settings page.
+ */
+ public static final String ACTION_SHOW_CALL_SETTINGS =
+ "android.telecomm.intent.action.SHOW_CALL_SETTINGS";
+
+ /**
* Optional extra for {@link android.content.Intent#ACTION_CALL} containing a boolean that
* determines whether the speakerphone should be automatically turned on for an outgoing call.
*/