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

Commit 5309708b authored by Ashwini Oruganti's avatar Ashwini Oruganti
Browse files

OsuLogin: 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: I47e6731739257f6ce753da6d1407e3065993ada5
parent 72fcef13
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@
        <activity android:name="com.android.hotspot2.osulogin.OsuLoginActivity"
                  android:label="@string/action_bar_label"
                  android:theme="@style/AppTheme"
                  android:configChanges="keyboardHidden|orientation|screenSize">
                  android:configChanges="keyboardHidden|orientation|screenSize"
                  android:exported="true">
            <intent-filter>
                <action android:name="android.net.wifi.action.PASSPOINT_LAUNCH_OSU_VIEW"/>
                <category android:name="android.intent.category.DEFAULT"/>