summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPankaj Kanwar <pkanwar@google.com>2017-02-16 18:09:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-02-16 18:09:33 +0000
commit7bd1850ed7a435614ea48bbc7fc1e07af44effd7 (patch)
tree97d49649ece0896e2acb7c4670aa9246f074ca18 /AndroidManifest.xml
parentb9ae9b4240ac19a1081302198ae4745a48cfbd82 (diff)
parentdb80b30934c9db6938d2e81a5305db94a29fb5bb (diff)
downloadStk-7bd1850ed7a435614ea48bbc7fc1e07af44effd7.tar.gz
Merge "Specify the task affinity for ToneDialog"
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e85cbca..1beb3ae 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -96,7 +96,8 @@
<activity android:name="ToneDialog"
android:exported="false"
- android:theme="@android:style/Theme.DeviceDefault.Dialog">
+ android:theme="@android:style/Theme.DeviceDefault.Dialog"
+ android:taskAffinity="android.task.stk.StkLauncherActivity">
</activity>
<receiver android:name="com.android.stk.StkCmdReceiver">