From db80b30934c9db6938d2e81a5305db94a29fb5bb Mon Sep 17 00:00:00 2001 From: Takanori Nakano Date: Fri, 4 Nov 2016 14:58:06 +0900 Subject: Specify the task affinity for ToneDialog As there is no task affinity specified for ToneDialog, only ToneDialog can be separated from the other activities in the STK application. For example, we can see StkMenuActivity and ToneDialog as separated tasks in the split-screen mode of the multi-window feature. That should not be a designed behavior. It must be better to apply the same task affinity as the other ones. Bug: 32652551 Test: manual - confirmed that ToneDialog is not separated from others. Change-Id: I0f5cc21807a61de320e2b15f3f6a79c4f3f651df --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ff487ab..d3a41ee 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -92,7 +92,8 @@ + android:theme="@android:style/Theme.DeviceDefault.Dialog" + android:taskAffinity="android.task.stk.StkLauncherActivity"> -- cgit v1.2.3