am: 95aa2fc323
* commit '95aa2fc3234f0c842cf9a2b0de44e2f093dcb5d5':
List the CONNECTION_STATE_CHANGED broadcast for MAP as protected
Change-Id: Ia8dc4f70e9c2dd5151197d4d1933bfc8650a8fff
am: 60b2f80841
* commit '60b2f80841270da056feb44416b3be66273c54ac':
List the SDP_RECORD broadcast as protected
Change-Id: Ib91da1d39bac4b23804c0a74f94b43e138d5f749
am: 9cb7652fb1
* commit '9cb7652fb19256fe61d81c7770fe729fc6b67481':
Make sure all Notification actions are shown
Change-Id: I2fd99fc5be798e97b6e8ebc20fe1d2097d2d7c8c
- Change back the throttling quota to 10 calls / day
- Foreground apps are no longer throttled, and when an app comes to
foreground the call counter will be reset.
- When the system locale changes, reset throttling for all packages
for all users.
See LocalService.onSystemLocaleChangedNoLock() for how it's performed.
Because the reset must happen before any other apps have a chance to
publish shortcuts, the logic is not straightforward.
- Added an internal API to reset the throttling upon inline-reply
from a notification.
- Stop supporting icons from "content:" URIs
- Improved javadoc on several APIs.
Also internal refactor needed to this:
- ShortcutUser.getAllPackages()/getAllLaunchers() are no longer
accessible to outer code to prevent accidentally adding/removing the
content. Outer code should use forAllPackages() / forAllLaunchers().
Bug 27923857
Change-Id: I002511193d1d33718163bb1dabe77610bde58198
By declaring a <restrict-update> tag in its manifest, a system package
can restrict its update to be the singular package that has the same
given hash. An update's hash is the SHA-512 across all its APKs [i.e.
for splits, the SHA-512 is calculated over the concatenation of the
base plus all splits].
The restriction only applies to system packages.
Bug: 28398205
Change-Id: Iec493fc8ef27edee53f1d437cb0caaa78782f329
am: be58946330
* commit 'be58946330c918f7912ff318030f99acb25e6098':
Only change picker modes when used in dialog
Change-Id: I9348cc63b48b23b5e606739174ce5f8eeff023fe
Ensures each action gets at least its minimum width to prevent
an overly long action from squeezing out the others.
Change-Id: Ifb6253051b556bbab4738abef12dad0bb6f3c3d6
Fixes: 27996783
There is a narrow window of time during user unlock where we're
reconciling user storage and dispatching the "unlock" status to
various internal system services. While in this "unlocking" state,
apps need to be told that the user still isn't actually "unlocked"
so they don't try making calls to AccountManager, etc.
The majority of internal services are interested in merging together
both the "unlocking" and "unlocked" state, so update them.
Clarify naming in AccountManagerService to make it clear that a local
list is being used, which mirrors the naming in MountService.
To match UX/PM requested behavior, move PRE_BOOT_COMPLETED dispatch
after the user is unlocked, but block BOOT_COMPLETED dispatch until
after all PRE_BOOT receivers are finished to avoid ANRs.
Bug: 28040947, 28164677
Change-Id: I57af2351633d9159f4483f19657ce0b62118d1ce
am: 7faf756
* commit '7faf75632278a05a687e3d76e969507279b616ab':
Fixed translations so that they become translatable
Change-Id: I203fbdb4363998aa8933875aac6571f4f5171562
am: c71b630
* commit 'c71b6302fe368ca2fbd4555177acf3cd157f6340':
Show cascading popup menus if screen is big enough.
Change-Id: I26afd14fc851015788394ff5192c243795211567
Due to lack of theme entries, the suggestion window becomes unexpected
looking. This CL fixes by adding correct theme entries.
Bug: 28281740
Change-Id: I632a564f5829c52748f7e80d02abe89e62c8966f
- Allow jank-free VR->VR activity transitions, even during
long activity transitions.
Bug: 28115931
Change-Id: I1e3fd1a5245bac3433ea6282cb1c7a71f0e0266f
am: 08b38f8
* commit '08b38f87ef297ed792f25041e10d036eb6f58c82':
Added the ripple drawable back to the media notification
Change-Id: I33e31b53762ef1d080f8dc20e81f63b6d52bcae1