summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove Google Play Services dependencyMarvin W2017-02-181-3/+0
| | | | | | | PS2: inline hasGms usage, don't use addprefix for a single entry, remove unused imports Change-Id: I1eb1fb76e4b80e26992599e3511d265abbfa1cd7
* SetupWizard: rebrand to LineageOSJoey Rizzoli2017-01-141-1/+1
| | | | | | | | | | * Rebrand UI * Add privacy guard to setup * Disable Cyngn inc MOD platform and account setup * Make privacy policy view-able again Change-Id: Iacd60886992ca72d3f75bb21a905d612432751fc Signed-off-by: Joey Rizzoli <joey@lineageos.it>
* SetupWizard: Run as com.android.wizard task affinitycretin452016-05-021-0/+1
| | | | | | Issue-id: FEIJ-254 Change-Id: Ib841e7dd82d900150229e99ca01f97dfed6bcde9
* Themes: Refactor themes to CMSDK [6/6]d34d2016-03-011-1/+1
| | | | | Change-Id: I26214e9a71f4d2f5f1b61cf3cabdcdb8bcc098b1 TICKET: CYNGNOS-2126
* SetupWizard: Request READ_PRIVILEGED_PHONE_STATE perm for sim change eventscretin452016-02-161-0/+1
| | | | | | Issue-id: CYNGNOS-2057 Change-Id: Ie3b0c617249ead069125c13e40b497a3328b0563
* SetupWizard: RIP Whisperpushcretin452016-02-011-4/+0
| | | | Change-Id: I20363cc80dbb1481bd66abb4bd4202212ff37028
* Themes: Re-enable applying theme in OOBEd34d2016-01-281-1/+1
| | | | | Change-Id: I0b027bff18c3b33fc0a925ee756766ed31740b35 TICKET: OPO-361
* SetupWizard: Upgrade sdk to 23cretin452016-01-121-7/+3
| | | | | | Also remove uneeded perms. Change-Id: I953e341c30d8d02beffe2031f102379586da4e81
* Revert "SetupWizard: declare setupwizard category in manifest"Roman Birg2016-01-081-1/+0
| | | | | | This reverts commit 62f145793a5fe513477ac2e05188fa72a4fa1b95. Change-Id: Icb686765d4438fb3c8ba919e091d4561a198de73
* SetupWizard: declare setupwizard category in manifestRoman Birg2016-01-071-0/+1
| | | | | | | | | | In case there's more than one setup wizard package, we can only grant permissions to one by default. That is queried by the Intent.CATEGORY_SETUP_WIZARD which needs to be declared so we are in the line up to receive the permission. Change-Id: Ia9bf7ef2dfdaedfc567f038cd860abafa0e2d657 Signed-off-by: Roman Birg <roman@cyngn.com>
* Switch SetupWizard to use CMSettings for settings unrelated to bootclasspathYvonne Wong2015-10-141-0/+2
| | | | | Issue-Id: CYNGNOS-831 Change-Id: Iba8ab05f327360332383c6e93f6a0401e57e846e
* SetupWizard: Remove themechange config change for now.Adnan Begovic2015-10-091-1/+1
| | | | Change-Id: I4ccaab30a6719723e2d3e92edb5eaa0977e51d1b
* SetupWizard: fix stats permissionRoman Birg2015-09-281-1/+1
| | | | | | | Ref: CYNGNOS-1144 Change-Id: I3c9ed01b883134c2c10b1be64ae7e1d319c3df9e Signed-off-by: Roman Birg <roman@cyngn.com>
* Revert "Bump HOME intent priority"Danesh M2015-09-151-1/+1
| | | | | | | | Breaks sim unlock This reverts commit 4fb57dc022820d6edad69af729073bdd0b572b38. Change-Id: I0e90a471b508b9c0c4bc692ff5ca4508cbe5862b
* Bump HOME intent priorityRaj Yengisetty2015-09-111-1/+1
| | | | | | | | | | Other applications have a higher priority causing some poor behavior during OOBE (e.g. CryptKeeper). Bumping this to get rid of some jank during first boot. issue-id: CYNGNOS-983 Change-Id: I272d1541e22933aa3abd86d2e73c7140eaa4df91
* SetupWizard: Allow SetupWizard to use CMHWmartincz2015-09-101-1/+1
| | | | Change-Id: Ic47824e7219bbf214bd388ad888e2af67ff62f39
* SetupWizard: Add hook to finish setup for CTS automationcretin452015-06-171-0/+7
| | | | Change-Id: Ifd7edda671fd8011a9b9ed894333c292cd0c3331
* SetupWizard: allow FINISH_SETUP to be granted via whitelistRoman Birg2015-06-151-1/+3
| | | | | | Required by http://review.cyanogenmod.org/#/c/100839/ Change-Id: Id3b62c396b5be3497be004f0f3807d8627c4e4da Signed-off-by: Roman Birg <roman@cyngn.com>
* SetupWizard: Add kill switch implementationcretin452015-05-081-0/+1
| | | | Change-Id: I1335cddf0dcc94eb8d2defeebdc47cb61abffd06
* SetupWizard: Use new LegaleseViewer for privacy policy web viewscretin452015-05-061-0/+1
| | | | | | WebViews are no longer allowed in priv-apps. Change-Id: Iddf9c79d50ea9f9d9d32218342f9948a6cbf30ef
* SetupWizard: Aggressively hide nav bar on soft key devicescretin452015-04-091-2/+3
| | | | | Change-Id: Ic23fd7e605a323411fe2f581235ff3ed45bfcaed (cherry picked from commit 1d7988a4c78aa8a4c768e8ddb8e0ced2c8f8c530)
* SetupWizard: move to CmHardwareServiceScott Mertz2015-03-071-2/+0
| | | | Change-Id: I9413151fe307d23196ea5736dc8c50966a43a7cc
* SetupWizard: Add metrics for internal builds that ship with CMStatscretin452015-03-041-0/+1
| | | | Change-Id: Id932a105c18332e32605530d1502ff99b7cf380a
* SetupWizard: Add option to apply default theme if one existscretin452015-02-251-0/+1
| | | | | | * A bunch of code cleanup/refactoring to make this work Change-Id: I059fb5fa5bcd7dd8821e993218a320554f10a314
* SetupWizard: Don't crash on upgrade from 11cretin452015-02-181-2/+1
| | | | | | There is no need to have an original package as there is no data to persist. Change-Id: Ibfa2be22cb20e5c8a93dd2646da0e4f1db2f89ef
* SetupWizard: Reveal the default wallpaper on oobe finishcretin452015-02-161-0/+1
| | | | Change-Id: I68a256853f256af3464da7eba57a307a810d80cd
* SetupWizard: Fix formattingcretin452015-02-101-13/+13
| | | | Change-Id: I23e49d07766c53893f5948820db01bd764134b22
* SetupWizard: Add backup restorecretin452015-02-031-0/+1
| | | | Change-Id: Ide7149eee903cce11dfeb7fb919b707c614c8735
* SetupWizard: Forward port accessibilitycretin452015-01-271-0/+2
| | | | Change-Id: I04e5e02bfb94b9a6c6b6a0e95f1059a710075528
* SetupWizard: Don't run wizard if user_setup_complete is setcretin452015-01-261-0/+2
| | | | Change-Id: I2e97ecb4fa0458b117e0250595306706245c9c67
* SetupWizard: Add Cyanogen services pagecretin452015-01-191-1/+19
| | | | Change-Id: I39970b1b659a3a7ed3bb5b4350707aa0e53aba24
* SetupWizard: Initial commitcretin452015-01-151-0/+69