Merge "Settings Hooks launch wrong activity"
am: 69704608f4
* commit '69704608f4801a1362a28b37962f560d834da3da':
Settings Hooks launch wrong activity
This commit is contained in:
@@ -57,8 +57,7 @@
|
|||||||
|
|
||||||
<!-- Operator hook -->
|
<!-- Operator hook -->
|
||||||
<dashboard-tile
|
<dashboard-tile
|
||||||
android:id="@+id/operator_settings"
|
android:id="@+id/operator_settings" >
|
||||||
android:fragment="com.android.settings.WirelessSettings" >
|
|
||||||
<intent android:action="com.android.settings.OPERATOR_APPLICATION_SETTING" />
|
<intent android:action="com.android.settings.OPERATOR_APPLICATION_SETTING" />
|
||||||
</dashboard-tile>
|
</dashboard-tile>
|
||||||
|
|
||||||
@@ -152,8 +151,7 @@
|
|||||||
|
|
||||||
<!-- Manufacturer hook -->
|
<!-- Manufacturer hook -->
|
||||||
<dashboard-tile
|
<dashboard-tile
|
||||||
android:id="@+id/manufacturer_settings"
|
android:id="@+id/manufacturer_settings" >
|
||||||
android:fragment="com.android.settings.WirelessSettings">
|
|
||||||
<intent android:action="com.android.settings.MANUFACTURER_APPLICATION_SETTING" />
|
<intent android:action="com.android.settings.MANUFACTURER_APPLICATION_SETTING" />
|
||||||
</dashboard-tile>
|
</dashboard-tile>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user