CarrierText wouldn't always update the text when airplane mode
changed, because it depended on the subscriptions to change to
know to update. Now have KeyguardUpdateMonitor listen to airplane
mode changes so that we update text when needed.
Bug: 21705446
Change-Id: I64e1194ebb055ad10acd96b33e22b95fe2454425
* commit '76430b42228d38f77f83e44b6307ca368963b3c5':
Make keyguard indication an a11y live view
Hide keyguard status view from a11y when QS expanded
Hide keyguard bottom area from a11y when alpha is zero
Remove unusable a11y focusable area from pattern unlock
Hide StatusBarWindowView from a11y when bouncer is up
We no longer send fingerprintid to non-privileged apps. Though
Keyguard can get the permission, it does not currently use fingerprint
info, so remove the API call.
Fixes bug 21040383
Change-Id: I8a9461ed138c368afc75601fe6d4eadc9a8b91c5
Let the intent receiver of a camea launch intent declare a prewarm
service instead of sending broadcasts.
Bug: 21347653
Change-Id: I11e31aad4f788ad90eb46a661b819d3e808ddb51
KeyguardBouncer could have 0 as its content area size. Two transient
cases found: on device boot with a 0 sized StatusBarWindowView and
first time showing after user switching. Be defensive and protect
against the case.
Bug:21333202
Change-Id: I73eabf64c597ea3ae96ccfba1aecf702da8dfb23
* commit '4e792fa5a9b8de20503011dcffce92f96435d53c':
Polish animations for fingerprint icon
MediaPlayer: add mPreparing to weed out unwanted prepared messages
BatteryStatsService: Only query bluetooth on demand.
Indicate failed scans with EXTRA_RESULTS_UPDATED
BatteryStatsService: Only query bluetooth on demand.
Indicate failed scans with EXTRA_RESULTS_UPDATED
For getHomeActivity() only return current user.
Fix application moves.
Close race condition in binderDied()
Write packages.list when adding/removing users.
camera: Add AIDL interface for CameraServiceProxy.
Fix NPE in setSurfaceTexure
Deal more gracefully with null smallIcons.
Don't crash in bugreport on devices without BT
Push initial disk state, handle empty media.
- Make error state animation faster.
- Add animation for
-- Draw on when turning on the screen
-- Draw off when unlocking
-- Error state -> normal state
Bug: 21269675
Change-Id: If09c0a35ce194fbeeb86151d45b4cfa81c9999c5
- Split password entry enabled and input enabled into two states;
- Disable input during lock check;
- Disable password entry when locked out;
- Don't show soft keyboard if password entry is disabled on resume;
- Auto show soft keyboard when password entry becomes enabled;
Bug:20542149
Change-Id: Iffe3f205776143ac21e25e337d5b7a0e6994ebf2
This adds a new service, fingerprintd, that manages fingerprint
hardware from a separate process. It provides a binder interface that
FingerprintManager uses to talk to the fingerprint HAL.
Change-Id: I84d8e407c1f1a7d1a396e246c382459ad38810ae
Fixes a flicker caused by clearing the emergency
dialer task when it was already launched. Instead
we now only clear activities on top of the dialer.
Bug: 20728640
Change-Id: I8a1214c4726e4848587a81e9050a6ab63759b64f