Commit Graph

7 Commits

Author SHA1 Message Date
Inseob Kim
c51053c39b Schematize Setup Wizard System Properties
Properties accessed across partitions are now schematized and will
become APIs to make explicit interfaces among partitions.

Bug: 117924132
Test: mma -j
Change-Id: Ie6452a01669f5f4de8f74d9e90c6abd4f8e2c33d
(cherry picked from commit 30f595ee1f9b0f1e9d81670ba262f9c1e4af33bd)
2018-12-19 23:46:55 +09:00
Jeff Davidson
36798b60c5 Add support for illustrations to SimAppDialog.
Previously these were provided in build-time resource overlays by
overriding the entire install_carrier_app_activity.xml layout. This is
no longer feasible with the move to runtime overlays as the layout
cannot be precisely mimicked due to depending on styles and other
parameters from the base APK (and is generally a bit more brittle).
Instead, pull in the needed container from the current overlay, add a
stub image and content description and hide the container by default
so the base APK can be compiled, and provide a boolean that can be
overridden along with the image and content description that is used
to toggle the image display at runtime.

Bug: 118823052
Test: atest GtsSimAppDialogTestCases (with and without overlay)
Change-Id: Ic706df3091ce6c9f5d64ee22da6fa61b9b7b1e3c
2018-11-06 17:31:06 +00:00
TreeHugger Robot
de5b111bdd Merge "Migrated various apps under frameworks/base/packages/SimAppDialog to androidx" 2018-04-14 00:10:26 +00:00
goneil
214959a407 Differentiate Sim App Dialog layout for AOSP
Final Sim App Dialog layout for AOSP.
Added string lengths.

Bug: 72511181
Change-Id: Ia840d279f6c06ba86f63cbcadf36f2ed597547c7
Test: Local build and install.
2018-04-11 14:36:06 -07:00
KOUSHIK PANUGANTI
085739f378 Migrated various apps under frameworks/base/packages/SimAppDialog to androidx
Bug: 76692459
Test: make SimAppDialog
Change-Id: I89ae5ab508d5bed5a4af41b7bfcf0f996ab18712
2018-04-11 11:37:49 -07:00
Anton Hansson
d137c872cd frameworks/base: Set LOCAL_SDK_VERSION where possible.
This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.

Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.

Test: make relevant packages
Bug: 73535841
Exempt-From-Owner-Approval: Global cleanup
Change-Id: I26458e41ecb84de91ac9a356a5d4bafb44f463c1
2018-03-07 11:42:04 +00:00
goneil
4291960c7d Move from an alert dialog to a full screen dialog for SIM app install
Bug: 70906683
Test: Local install and tests
Change-Id: Idafee66814ec3e7b8a4a1254ba5f3e55b7bf864a
2018-02-14 15:59:07 -08:00