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

Commit 7de7974c authored by Tobias Brunner's avatar Tobias Brunner Committed by Steve Kondik
Browse files

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

Change-Id: I4bf78c78ae35ea3d485e71a46f7aecdecdbfd8a0
parent 0d5ee210
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -190,6 +190,7 @@
        </activity>

        <activity android:name=".vpn.VpnSettings"
                android:label="@string/vpn_settings_title"
                android:configChanges="orientation|keyboardHidden"
                android:clearTaskOnLaunch="true">
            <intent-filter>
@@ -197,6 +198,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>