summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPreeti Ahuja <preetia@codeaurora.org>2012-08-09 11:45:08 +0530
committerAmit Mahajan <amitmahajan@google.com>2014-11-14 19:22:59 +0000
commit0f4cf2fb3f49e5a093053d10406b1453fbde2055 (patch)
tree8c395d88a394cda603848233c735cd2ac81a91f3 /AndroidManifest.xml
parent18f5692e882f2048b40bb4880317e069c89519fb (diff)
downloadStk-0f4cf2fb3f49e5a093053d10406b1453fbde2055.tar.gz
STK: CC feature implementation
Handle ALPHA_NOTIFY and display a toast mesage to user. Bug: 17646476 Change-Id: I44726cb4d124be4c088660faf9fe5bc8322ccea0
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c408fe2..f6df05c 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -89,6 +89,7 @@
<action android:name= "android.intent.action.stk.command" />
<action android:name= "android.intent.action.stk.session_end" />
<action android:name= "android.intent.action.stk.icc_status_change" />
+ <action android:name= "android.intent.action.stk.alpha_notify" />
</intent-filter>
</receiver>