This adds back minimal support from
https://googleplex-android-review.googlesource.com/#/c/1442940/1
because the bigger thing had to be reverted.
Bug: 31459804
Change-Id: I545d1f7639c9dada417e95b5da6290414d3de05d
(cherry picked from commit d64a158269b8e10baaa2c2782fd017b594a078d4)
This reverts commit eedebc4850749ba8a7a70e17a41399997806856a.
This needs to be submitted only with the next change which re-adds
minimal support.
Change-Id: I1f269a7c3bbd11fc60f61d6f23e78a1933f182c7
(cherry picked from commit 91181aa5deafac0660e8132964e50a4ec25da00b)
Changes standard button color to white with 50% alpha.
Fixes background color in radio lists in settings.
Continues in removing duplication of color palette.
Bug: 31391353
Change-Id: I3778c070644e85d50743d34af57103b1a2b636ba
This was migrated to CarrierConfig so no need for old configs in
config.xml/symbols.xml anymore.
Bug: 29873049
Change-Id: I3d5d56a3f79df7b80694ca1f989c4ffe49d82d0f
Also changes how sub-styles are created: copies the modified properties
like e.g. fullscreen from Material. Previously most sub-styles
inherited from their material counterparts and updated just some colors.
The new approach should be more stable wrt changes in device default
theme. It would need updating when Material is updated but these kind
of properties does not look like it would be updated often.
Bug: 31459804
Change-Id: I78862bf33ca3dac586ad0a25f17bf8c0008a1dd0
Broadcast can be registered protected (as in this CL) in which case they
are restricted to system apps. Broadcasts sent by the System Service must
be protected (so no one else can fake them).
The WIFI_NAN_STATE_CHANGED is sent by the System Service and no other apps
should be able to send them (e.g. to deny access to NAN to other apps).
(cherry-pick of commit b8ce87175e3a865feaad7c6aa49226f768729540)
Bug: 31811154
Test: build & run - enable/disable Wi-Fi to trigger bug
Change-Id: I77ea18291d68c38a63d64a75affc6b7ea114e549
The migration of this config to CarrierConfig breaks the build on
certain devices, so we should leave the original config in.
Bug: 29873049
Change-Id: I2f526c37198359de7adec4cfd4c391ccaa8ab0be
Translation requested an increase in the char limit for this string;
there is plenty of room so increasing to 50.
Bug: 31814596
Change-Id: I07e1b51ad9335b961ce503233b13c008e9bcda2d
Add KEY_EDITABLE_VOICEMAIL_NUMBER_BOOL and default value to
CarrierConfigManager, and remove the references to the old config in
core/res/res/values/[config.xml/symbols.xml]
This value exists to fix http://b/14093735. If a SIM card has no
voicemail number available, since the default number is empty, we allow
users to edit the voicemail number when this flag is true.
Merged-In: I68a494e2176306e4e9181a8ccb0aa818f3e08154
Bug: 29873049
Change-Id: I68a494e2176306e4e9181a8ccb0aa818f3e08154
Remove old config within frameworks/base. With move to CarrierConfig no
need for the old editable_voicemailnumber resources.
Merged-In: Ib70ac5f488b45f32b705e471478e13802ebe9dd7
Bug: 29873049
Change-Id: Ib70ac5f488b45f32b705e471478e13802ebe9dd7