Make system tethering entry always available

This commit is contained in:
Mygod
2018-01-15 13:40:32 -08:00
parent 3a3e6b8689
commit 67aa86f0f7
7 changed files with 30 additions and 46 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/systemTethering"
android:icon="@drawable/ic_action_settings"
android:title="@string/tethering_system_tethering"
app:showAsAction="ifRoom"/>
</menu>