From 3436f3a88e05f6801217e0ee192cf8b410c2bb62 Mon Sep 17 00:00:00 2001 From: Henrik Baard Date: Fri, 15 Jan 2016 08:40:49 +0100 Subject: [PATCH] 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 --- res/xml/dashboard_categories.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/res/xml/dashboard_categories.xml b/res/xml/dashboard_categories.xml index d437dcf87ad..bb5393aab1e 100644 --- a/res/xml/dashboard_categories.xml +++ b/res/xml/dashboard_categories.xml @@ -57,8 +57,7 @@ + android:id="@+id/operator_settings" > @@ -152,8 +151,7 @@ + android:id="@+id/manufacturer_settings" >