Merge "Make dialog not exported" into rvc-qpr-dev am: 3223c578cb am: 816ffebb7c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12512644

Change-Id: If5304cf994d6f4db971922e6aed1dba6c985e758
This commit is contained in:
Fabian Kozynski
2020-09-03 13:55:25 +00:00
committed by Automerger Merge Worker

View File

@@ -711,10 +711,9 @@
<service android:name=".controls.controller.AuxiliaryPersistenceWrapper$DeletionJobService"
android:permission="android.permission.BIND_JOB_SERVICE"/>
<!-- started from ControlsFavoritingActivity -->
<!-- started from ControlsRequestReceiver -->
<activity
android:name=".controls.management.ControlsRequestDialog"
android:exported="true"
android:theme="@style/Theme.ControlsRequestDialog"
android:finishOnCloseSystemDialogs="true"
android:showForAllUsers="true"