Allow shortcuts to Tethering and Data usage screens.

Bug: 5290301
Change-Id: Id271fd33a54adb38ce3312d4a03fd6f4a05394e8
This commit is contained in:
Amith Yamasani
2011-09-19 13:25:52 -07:00
parent ae226fffad
commit 7836e4ad7b

View File

@@ -238,11 +238,13 @@
</activity>
<activity android:name="Settings$TetherSettingsActivity"
android:label="@string/tether_settings_title_all"
android:clearTaskOnLaunch="true">
<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" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.TetherSettings" />
@@ -1178,6 +1180,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="com.android.settings.SHORTCUT" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.DataUsageSummary" />