summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* SetupWizard: Include tests makefileLuca Stefani2017-02-191-0/+2
| | | | Change-Id: I37d52ea0789653a668ec514df47924f0280da12d
* Build org.cyanogenmod.platform.internal as static libraryLuca Stefani2017-02-181-1/+1
| | | | Change-Id: I5668aef0f1e396e373e92c8f1815ae359255f6bf
* Remove Google Play Services dependencyMarvin W2017-02-181-8/+4
| | | | | | | PS2: inline hasGms usage, don't use addprefix for a single entry, remove unused imports Change-Id: I1eb1fb76e4b80e26992599e3511d265abbfa1cd7
* SetupWizard: Ensure compliance with GMS TOScretin452016-04-271-0/+2
| | | | | | | | | | | * 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
* SetupWizard: fix build break for incorrect java lib linkingEdward Wang2016-02-091-2/+3
| | | | | | Issue-Id: CYNGNOS-1969 Change-Id: Ia13390739737063a9ab0cd0c3907389f3a587191
* SetupWizard : Use MccTable for mcc -> locale lookupDanesh M2016-01-281-1/+2
| | | | | | | | Some sims such as T-Mobile return incorrect languages for their PL(Preferred languages). Lookup the locale via the MccTable instead, and fallback to trusting the sim. Change-Id: I612d4952355ce4a42b35579e1f9aa879417c4cd4
* setupwizard: Move CMHW to CMSDKSteve Kondik2015-08-191-1/+2
| | | | Change-Id: Icc898a22c17486c9e2cc7f2d9d54ca025c134b0d
* SetupWizard: don't access SubscriptionController directlyPawit Pornkitprasan2015-04-201-3/+0
| | | | | | | | | SubscriptionController exists in the telephony process and cannot be accessed by SetupWizard. getInstance() will always return null. Change-Id: I017682d3aad539e1954348664b1c1fec7f76009d
* setupwizard: Adapt to MR1 multisim APIsSteve Kondik2015-03-221-0/+3
| | | | Change-Id: Icb5bad076fe5a5e8a26befc5bedd04981c374117
* SetupWizard: move to CmHardwareServiceScott Mertz2015-03-071-2/+0
| | | | Change-Id: I9413151fe307d23196ea5736dc8c50966a43a7cc
* SetupWizard: Add Cyanogen services pagecretin452015-01-191-1/+1
| | | | Change-Id: I39970b1b659a3a7ed3bb5b4350707aa0e53aba24
* SetupWizard: Initial commitcretin452015-01-151-0/+30