From 7710855b726a921d7fd1e85aeeb4b20fee998923 Mon Sep 17 00:00:00 2001 From: cretin45 Date: Thu, 7 May 2015 16:21:10 -0700 Subject: SetupWizard: Add kill switch implementation Change-Id: I1335cddf0dcc94eb8d2defeebdc47cb61abffd06 --- res/drawable-hdpi/cross.png | Bin 0 -> 346 bytes res/drawable-hdpi/tick.png | Bin 0 -> 312 bytes res/drawable-mdpi/cross.png | Bin 0 -> 253 bytes res/drawable-mdpi/tick.png | Bin 0 -> 236 bytes res/drawable-xhdpi/cross.png | Bin 0 -> 422 bytes res/drawable-xhdpi/tick.png | Bin 0 -> 371 bytes res/drawable-xxhdpi/cross.png | Bin 0 -> 554 bytes res/drawable-xxhdpi/tick.png | Bin 0 -> 477 bytes res/drawable-xxxhdpi/cross.png | Bin 0 -> 692 bytes res/drawable-xxxhdpi/tick.png | Bin 0 -> 572 bytes res/layout/setup_cyanogen_services.xml | 52 +++++++++++++++++++++++++++++++++ res/values/strings.xml | 6 ++++ 12 files changed, 58 insertions(+) create mode 100755 res/drawable-hdpi/cross.png create mode 100755 res/drawable-hdpi/tick.png create mode 100755 res/drawable-mdpi/cross.png create mode 100755 res/drawable-mdpi/tick.png create mode 100755 res/drawable-xhdpi/cross.png create mode 100755 res/drawable-xhdpi/tick.png create mode 100755 res/drawable-xxhdpi/cross.png create mode 100755 res/drawable-xxhdpi/tick.png create mode 100755 res/drawable-xxxhdpi/cross.png create mode 100755 res/drawable-xxxhdpi/tick.png (limited to 'res') diff --git a/res/drawable-hdpi/cross.png b/res/drawable-hdpi/cross.png new file mode 100755 index 0000000..ad8e5d9 Binary files /dev/null and b/res/drawable-hdpi/cross.png differ diff --git a/res/drawable-hdpi/tick.png b/res/drawable-hdpi/tick.png new file mode 100755 index 0000000..1564a5b Binary files /dev/null and b/res/drawable-hdpi/tick.png differ diff --git a/res/drawable-mdpi/cross.png b/res/drawable-mdpi/cross.png new file mode 100755 index 0000000..a5bca90 Binary files /dev/null and b/res/drawable-mdpi/cross.png differ diff --git a/res/drawable-mdpi/tick.png b/res/drawable-mdpi/tick.png new file mode 100755 index 0000000..779b159 Binary files /dev/null and b/res/drawable-mdpi/tick.png differ diff --git a/res/drawable-xhdpi/cross.png b/res/drawable-xhdpi/cross.png new file mode 100755 index 0000000..d5cac0a Binary files /dev/null and b/res/drawable-xhdpi/cross.png differ diff --git a/res/drawable-xhdpi/tick.png b/res/drawable-xhdpi/tick.png new file mode 100755 index 0000000..0e10e6d Binary files /dev/null and b/res/drawable-xhdpi/tick.png differ diff --git a/res/drawable-xxhdpi/cross.png b/res/drawable-xxhdpi/cross.png new file mode 100755 index 0000000..9c47e16 Binary files /dev/null and b/res/drawable-xxhdpi/cross.png differ diff --git a/res/drawable-xxhdpi/tick.png b/res/drawable-xxhdpi/tick.png new file mode 100755 index 0000000..f398a15 Binary files /dev/null and b/res/drawable-xxhdpi/tick.png differ diff --git a/res/drawable-xxxhdpi/cross.png b/res/drawable-xxxhdpi/cross.png new file mode 100755 index 0000000..0a2800d Binary files /dev/null and b/res/drawable-xxxhdpi/cross.png differ diff --git a/res/drawable-xxxhdpi/tick.png b/res/drawable-xxxhdpi/tick.png new file mode 100755 index 0000000..050fa9f Binary files /dev/null and b/res/drawable-xxxhdpi/tick.png differ diff --git a/res/layout/setup_cyanogen_services.xml b/res/layout/setup_cyanogen_services.xml index ba16627..36837bb 100644 --- a/res/layout/setup_cyanogen_services.xml +++ b/res/layout/setup_cyanogen_services.xml @@ -50,6 +50,58 @@ android:text="@string/services_explanation" android:clickable="true"/> + + + + + + + + + + + + + + Use on screen navigation keys instead of hardware keys. Use secure SMS %s to encrypt SMS conversations with other users using secure SMS on a %s device. + + Unlock + This device has been locked by the user. + Require your Cyanogen OS account password in order to use your device even after a factory reset. + To turn this feature off/on, please go to Settings > Security + Without a Cyanogen OS Account, you won\'t be able to:\n\nCustomize your phone with new icons, wallpapers and more in the Themes app\n\nLocate or remotely erase your phone if it\'s lost -- cgit v1.1