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

Commit d795dea9 authored by Ashwini Oruganti's avatar Ashwini Oruganti
Browse files

VpnDialogs: Add an exported flag in manifest

With b/150232615, we will need an explicit value set for the exported
flag when intent filters are present, as the default behavior is
changing for S+. This change adds the value reflecting the previous
default to the manifest.

Bug: 150232615
Test: TH
Change-Id: I28534714114c71d2126d11c866c73dd4c74a03f9
parent 72fcef13
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"/>