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

Commit add2e2a1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "VpnDialogs: Add an exported flag in manifest"

parents cea8c943 d795dea9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -27,7 +27,8 @@
                 android:allowBackup="false">

        <activity android:name=".ConfirmDialog"
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
                  android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
                  android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.DEFAULT"/>