Fix redlines and strings in Controls dialog

Also, make sure that it appears on top of the app

Fixes: 155205745
Test: manual
Change-Id: I56ebae4ef6bdf1c89850a4ad70be05b37e3cd0cb
This commit is contained in:
Fabian Kozynski
2020-05-04 12:44:41 -04:00
parent 5ef61d2fe5
commit 4429ee6d93
6 changed files with 11 additions and 8 deletions

View File

@@ -718,7 +718,7 @@
android:finishOnCloseSystemDialogs="true"
android:showForAllUsers="true"
android:clearTaskOnLaunch="true"
android:launchMode="singleTask"
android:launchMode="singleInstance"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|keyboard|keyboardHidden"
android:excludeFromRecents="true"
android:visibleToInstantApps="true"/>