Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e92b7d79 authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Make dialog not exported

Apps must go through ControlsProviderService.requestAddControl

Test: test app
Fixes: 167566024
Change-Id: I50424cb0ff1c66eeacaa7a8af5beed9d5e973384
parent bae844a1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -717,10 +717,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"