summaryrefslogtreecommitdiffstats
path: root/telecomm
diff options
context:
space:
mode:
authorEvan Charlton <evanc@google.com>2014-09-04 12:38:17 -0700
committerEvan Charlton <evanc@google.com>2014-09-05 16:12:20 +0000
commit6d8604ff22424af31c697d20f5c15d5f9c31862c (patch)
tree5f38ceb30396f414f3d9e5bd59dd014666eb95c6 /telecomm
parent1210912600e055f23e577f1917c1695137ed7b59 (diff)
downloadframeworks_base-6d8604ff22424af31c697d20f5c15d5f9c31862c.zip
frameworks_base-6d8604ff22424af31c697d20f5c15d5f9c31862c.tar.gz
frameworks_base-6d8604ff22424af31c697d20f5c15d5f9c31862c.tar.bz2
Add a constant for CHANGE_PHONE_ACCOUNTS action
To make life easier for developers, pull the CHANGE_PHONE_ACCOUNTS intent action out to a constant. Bug: 17383844 Change-Id: I6989324c8d01930cd2e2be5d7d0defea860fc718
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/android/telecomm/TelecommManager.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/telecomm/java/android/telecomm/TelecommManager.java b/telecomm/java/android/telecomm/TelecommManager.java
index d5a06f5..b8f6964 100644
--- a/telecomm/java/android/telecomm/TelecommManager.java
+++ b/telecomm/java/android/telecomm/TelecommManager.java
@@ -62,6 +62,13 @@ public class TelecommManager {
"android.telecomm.intent.action.SHOW_CALL_SETTINGS";
/**
+ * The {@link android.content.Intent} action used to show the settings page used to configure
+ * {@link PhoneAccount} preferences.
+ */
+ public static final String ACTION_CHANGE_PHONE_ACCOUNTS =
+ "android.telecomm.intent.action.CHANGE_PHONE_ACCOUNTS";
+
+ /**
* 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.
*/