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

Commit 471e4393 authored by Ashwini Oruganti's avatar Ashwini Oruganti Committed by Android (Google) Code Review
Browse files

Merge "OsuLogin: Add an exported flag in manifest"

parents 2e0b0b68 5309708b
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"/>