am: 60c7635
* commit '60c76357a0477062e96a4061425523f71b00ec00':
"CA cert installed" notification should take PO into account
Change-Id: I1fb21e592c57990935505ec470ecd34ada17cb33
- PO shows same dialog as DO, as shown in UI mock
- Keep consumer message the same
- Add cancel button
- string change
- remove TYPE_SYSTEM_ALERT due to the bug that the dialog is shown in primary user and bypass work challenge
(Step: unlock work user -> launch dialog -> lock work user -> unlock personal user -> the dialog is still shown)
- Remove dismissKeyguard, because I believe the dialog should still be protected by the keyguard
Bug: 25772443
Bug: 18224038
Change-Id: I4f2580d1f6d2f88cfeadebcf6e8b0406e5c4b413
am: 69f68de
* commit '69f68debd59c24857662ffb34178d03742cb6dac':
Minor Fixes for RadioInfo Test Menu
Change-Id: I4307f76190e470c4d57f247de018445d9183a6e8
am: 0887ace
* commit '0887ace34472469003299d782b90c8fd9324bb7e':
Minor Fixes for RadioInfo Test Menu
Change-Id: Ia7d06a94f81e5f27500bf63a16d95dad6f8d8829
-Fix a race condition in re-creating activity
-Ensure cell info is disabled when Menu is paused
-Fix issue with focus on creating view
Change-Id: Icfb7667fe6e47ab6dc950918447bbe892e0681ad
am: 7b4a9dc
* commit '7b4a9dc9ccf44aa738c1cb1834c593c91db383e6':
update station to show ranking and autobundles
Change-Id: I049fa6fe4746532547d0c7f65a9c603c50e6dbb5
am: 106d8e5
* commit '106d8e57cee93afbd25587b75455ec78f1853271':
update station to show ranking and autobundles
Change-Id: I7eb816701684c9d48e450d3f01046eece3c3d5b2
am: 6cd4555
* commit '6cd4555ac4577a025fab54a09907290398f52207':
Auto-link web urls in support messages.
Change-Id: I891fb47cf6c1ff220d5cf9c90d9f4fe12fcf3d1e
am: 67d068e
* commit '67d068e57749fa82ec54794d616a10e0e0a592b1':
Auto-link web urls in support messages.
Change-Id: I28f26bc84e009c7a199ef9cead16cdbb92d1018c
Without scrolling, such dialog might not fit on small screens, specially
on multi-window environments.
BUG: 28137501
Change-Id: I84ed1ff946d1023712efcf80f15bac4a57966f19
All screens have an up arrow or a drawer icon so the switchbar should
always have the subsettings margin.
Change-Id: If016dc718612d1a26c4e01a5e3f6c8f2f88c6fc1
Fixes: 27599891
- Don't block main thread with rebuild work
- Don't run rebuild as foreground priority
- Don't use comparator on apps/notifications summaries, we don't
care about order
- Simplify dashboard item layout
Change-Id: I33bdd06a234ea308b44b45cac5ed1e9eac1c7d43
Fixes: 26541310
Modified popup menu, so that each item has a hint, why it is
blocked (in case the DISALLOW_SET_USER_ICON is set).
BUG:27914812
Change-Id: I1f891ffe725f383285d577cf47d89c294f2c3986
am: a62dd8b
* commit 'a62dd8b1d116ca0f17a33551480f8173e1ff9b31':
Hint user that fingerprint cannot unlock FBE keys
Change-Id: I1fbf61bd752ace0b52b3de4e8f9f5945a6b3aa21
am: 2f99770
* commit '2f99770cc178011de27813398364da20283fce47':
Hint user that fingerprint cannot unlock FBE keys
Change-Id: I74e902c396a54b0bee8886c93eaeb30abdde54c9
-Convert multi-mode buttons to toggle switches to reduce
confusion.
-Remove long-deprecated PhoneStateIntentReceiver references
and convert all functions to use PhoneStateListener
-Remove vestigial menu items that no longer reference working
system properties or code
-Add new ARFCN/UARFCN/EARFCN fields to CellInfo Display
-Convert CellInfoListRate to a Dropdown menu
-Fixed bugs with screen rotation that caused network preferences
to change (and could crash the radio)
-Fixed bugs related to onResume not updating values correctly
-Re-ordered menu items to group like-items together
-Minor string edits for clarity, correctness, and consistency
Change-Id: Ied5ed7a250682ee3327e51884d80ee4f3a7eb913
* changes:
Revert "Add suggestion carousel view and dependencies to settings"
Remove DashboardStatusFragment and hide sliding tab layout.
Revert "Add a RecyclerView adapter for first tab in settings."
Revert "Dashboard status cards UI."