summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2017-03-03 10:15:57 -0800
committerAmith Yamasani <yamasani@google.com>2017-03-03 14:13:28 -0800
commit1645203104735f0d429792769f6e262ca3ce72ee (patch)
tree99c9e8359fed92285f230da1291ed2b016ce0b22 /core/java
parentb5144655c20e4362087c3797d17838a4d54fe7b3 (diff)
Mark ACTION_VOICE_ASSIST as SystemApi
.. since it is implemented by a system app. This allows the CTS test that verifies android.* namespace intents to pass. Change-Id: I083e1d12a79fa67e15158ca7390353303cd0e06e Fixes: 35274957 Test: cts-tradefed run cts-dev -m CtsSignatureTestCases
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/content/Intent.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 870db217003c..e0dc10daf64d 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -1324,6 +1324,7 @@ public class Intent implements Parcelable, Cloneable {
* Output: nothing.
* @hide
*/
+ @SystemApi
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
public static final String ACTION_VOICE_ASSIST = "android.intent.action.VOICE_ASSIST";