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

Commit 16502e94 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Allow users to create shortcuts to the VPN settings on the Home Screen."

parents 33319b12 f7ed857f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -188,6 +188,7 @@
        </activity>

        <activity android:name=".vpn.VpnSettings"
                android:label="@string/vpn_settings_title"
                android:configChanges="orientation|keyboardHidden"
                android:clearTaskOnLaunch="true">
            <intent-filter>
@@ -195,6 +196,7 @@
                <action android:name="android.net.vpn.SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.VOICE_LAUNCH" />
                <category android:name="com.android.settings.SHORTCUT" />
            </intent-filter>
        </activity>