Settings Hooks launch wrong activity
The Operator and Manufacturer Hooks are broken, when clicked they will launch WirelessSettings instead of the activity intended to be launched. The hook tile specifies a fragment which will be launched when clicked. By removing this the tile will work as intended. Change-Id: I42d53698340cda676f4bab71857cc049d007803c
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