summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2016-04-26 13:43:22 -0700
committercretin45 <cretin45@gmail.com>2016-04-27 10:35:48 -0700
commit81092777554443484cd871756ea22dfe2b841e82 (patch)
treeef5781eab3cd1c64447315e229d1fccad4727016 /res
parent941aa1e1e2459c83c19a27aac2de1bf0370a2717 (diff)
downloadpackages_apps_SetupWizard-81092777554443484cd871756ea22dfe2b841e82.zip
packages_apps_SetupWizard-81092777554443484cd871756ea22dfe2b841e82.tar.gz
packages_apps_SetupWizard-81092777554443484cd871756ea22dfe2b841e82.tar.bz2
SetupWizard: Ensure compliance with GMS TOS
* Launches GMS TOS per documentation * Filters out redundant location page if GMS present * Uses setupwizardlib for some helper functions * Hide notification icons Issue-id: CYNGNOS-2599 Change-Id: I4b59592f0b84d0eb0eafe365eab3bad77c1f76ff
Diffstat (limited to 'res')
-rw-r--r--res/layout/location_settings.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/res/layout/location_settings.xml b/res/layout/location_settings.xml
index 53ae954..c6a702c 100644
--- a/res/layout/location_settings.xml
+++ b/res/layout/location_settings.xml
@@ -46,42 +46,6 @@
style="@style/PageSummaryText" />
<LinearLayout
- android:id="@+id/backup"
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingLeft="@dimen/location_margin_left"
- android:paddingRight="@dimen/content_margin_right"
- android:background="?android:attr/selectableItemBackground"
- android:clickable="true">
-
-
- <CheckBox
- android:id="@+id/backup_checkbox"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="top"
- android:layout_marginTop="5dp"
- android:duplicateParentState="true"
- android:clickable="false" />
-
- <TextView
- android:id="@+id/backup_summary"
- android:layout_width="0px"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:textSize="15sp"
- android:lineSpacingExtra="@dimen/setup_line_spacing"
- android:gravity="top"
- android:layout_marginLeft="@dimen/location_text_margin_left"
- android:layout_marginRight="@dimen/location_text_margin_right"
- android:paddingBottom="@dimen/content_margin_bottom"
- android:text="@string/backup_data_summary"
- android:maxLines="5" />
-
- </LinearLayout>
-
- <LinearLayout
android:id="@+id/location"
android:orientation="horizontal"
android:layout_width="match_parent"