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

Commit 71790e27 authored by lrichard's avatar lrichard Committed by Xiaojing Zhang
Browse files

Settings: Add SoftAP shortcut into launcher

Need add a shortcut in launcher main menu,when clicking it,
phone start tethering & portable hotspot activity.

Change-Id: I945491801d39bf7db1f4ae74fb4039c6c863c503
parent 102b2382
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -352,13 +352,16 @@
        </activity>

        <activity android:name="Settings$TetherSettingsActivity"
                android:label="@string/tether_settings_title_all"
                android:taskAffinity="">
                android:label="@string/wifi_hotspot_name"
                android:taskAffinity=""
                android:excludeFromRecents="true"
                android:icon="@drawable/hotspot">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.VOICE_LAUNCH" />
                <category android:name="com.android.settings.SHORTCUT" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.TetherSettings" />
+4.66 KiB
Loading image diff...
+3.04 KiB
Loading image diff...
+6.46 KiB
Loading image diff...
+1 −0
Original line number Diff line number Diff line
@@ -739,6 +739,7 @@
    <string name="wifi_p2p_disconnect_multiple_message" msgid="3283805371034883105">"如果断开连接,您与<xliff:g id="PEER_NAME">%1$s</xliff:g>和另外 <xliff:g id="PEER_COUNT">%2$s</xliff:g> 台设备的连接将中断。"</string>
    <string name="wifi_p2p_cancel_connect_title" msgid="255267538099324413">"取消邀请?"</string>
    <string name="wifi_p2p_cancel_connect_message" msgid="7477756213423749402">"要取消连接<xliff:g id="PEER_NAME">%1$s</xliff:g>的邀请吗?"</string>
    <string name="wifi_hotspot_name">网络共享</string>
    <string name="wifi_p2p_delete_group_message" msgid="834559380069647086">"取消保存此群组?"</string>
    <string name="wifi_tether_checkbox_text" msgid="1847167643625779136">"便携式WLAN热点"</string>
    <string name="wifi_hotspot_checkbox_text" msgid="7763495093333664887">"WLAN热点"</string>
Loading