311819 Commits

Author SHA1 Message Date
Dianne Hackborn
333394a6c1 Fix issue #34855227: Bg check Android O: Able to start...
...service after receiving broadcast in background

A new UidRecord should start out idle, not non-idle.

Test: added CtsAppTestCases:.ActivityManagerTest#testBackgroundCheckBroadcastService
Change-Id: Ib04e11b95958477eaba1e421fd901f9cd1ee705a
2017-03-24 10:29:05 -07:00
Dianne Hackborn
d81542cef4 Merge "Partially return NEW_PICTURE and NEW_VIDEO." 2017-03-24 17:28:59 +00:00
Jakub Pawlowski
326f7b31b9 Expose connection update callback (4/4)
Test: manual
Bug: 30622771
Change-Id: I56a3c42814249abc33e95e84ce092c2d8df65434
2017-03-24 17:22:54 +00:00
Jack Yu
3c9d3bc99b Merge "Deprecated getDeviceId and added getMeid and getImei" am: ad2e7405ad am: 9b7d3a86bd
am: 7da96487ab  -s ours

Change-Id: I14c2cfa9d1b4ba7986393b7aab00abe94d24fce5
2017-03-24 17:22:45 +00:00
Jack Yu
7da96487ab Merge "Deprecated getDeviceId and added getMeid and getImei" am: ad2e7405ad
am: 9b7d3a86bd

Change-Id: I322d40e7696b34ad93781882120352587ff36363
2017-03-24 17:16:46 +00:00
Jack Yu
9b7d3a86bd Merge "Deprecated getDeviceId and added getMeid and getImei"
am: ad2e7405ad

Change-Id: I4e006290c54a371fc5f080c37f86ca946507d871
2017-03-24 17:10:54 +00:00
Philipp Weiß
f3f5e9f7bb Merge "Add strings for link beneath CA Certs disclosures" 2017-03-24 17:07:39 +00:00
Jack Yu
ad2e7405ad Merge "Deprecated getDeviceId and added getMeid and getImei" 2017-03-24 17:02:59 +00:00
Mady Mellor
be976024a8 Merge "Add plugin interfaces to control notification menu / swipe behavior" 2017-03-24 16:54:18 +00:00
TreeHugger Robot
cef238ed70 Merge "Fix SystemUI intents" 2017-03-24 16:40:00 +00:00
Winson Chung
95f8f0ed65 Prevent cleaning up and resuming null activity when task is reparented.
- If reparenting a task with no running activities, ensure that we don't
  try to clean up the null activity record from the stack.  In addition,
  once the task is reparented, skip the attempt to front if the activity
  is null.

Bug: 36508639
Test: android.server.cts.ActivityManagerPinnedStackTests
Change-Id: I58d4d600523ac263d0be1ee8d09cfc4d94bef664
2017-03-24 09:20:17 -07:00
Dmitri Plotnikov
dbf544f271 Merge "Adding TV-specific strings" 2017-03-24 15:59:00 +00:00
TreeHugger Robot
ec9aea293a Merge "Do not reuse fragment indices." 2017-03-24 15:49:57 +00:00
TreeHugger Robot
487b2e3d72 Merge "Post WebView Zygote connection code to a background thread." 2017-03-24 15:33:56 +00:00
Kevin Schoedel
28eae8e551 Manage controller connection from VrCore to VrWindowManager.
Use VrManager as a proxy to pass the controller data file descriptor
from VrCore to VrWindowManager, since the latter is a purely native
service with no Java visibility.

This is intended to be replaced by moving the relevant parts of
VrWindowManager into VrCore (b/36506799).

Bug: 35619424
Test: manual on device
Change-Id: I9545349893ed9b23de4ba8d3cb61c7d403ad0b97
2017-03-24 15:10:29 +00:00
Jason Monk
0c60baf000 Merge "QS: Clean up dual target accessibility" 2017-03-24 14:58:02 +00:00
Peeyush Agarwal
d8d1e199cc Fix SystemUI intents
b/35307747 moved these intents from android. to com.android. Change
filters in AndroidManifest so that the new intents are not filtered out
and actually get delivered.

Bug: 36085764
Change-Id: I7120f28e56d71b6bfa19dd59624d992ded79501c
Fixes: 36085764
Test: none
2017-03-24 14:56:01 +00:00
Diego Perez
f170175402 Updating font test after the TextView fix
Test: Updated
Change-Id: Ia427cc25936b7a6aed035a4068d53151c74e839d
2017-03-24 14:55:38 +00:00
Evan Laird
09ebefda2e Move percentage to left of battery
Original mocks had the percentage on the left side of the battery... So
I made it so.

Test: visual
Bug: 32539932
Change-Id: I311255777b74c2ff74e36c78cbe1b4b9743ec337
2017-03-24 10:55:29 -04:00
Diego Perez
a9a2802012 Merge "Dispose font cache on bridge.dispose" 2017-03-24 14:46:01 +00:00
phweiss
d63f4d0eea Add strings for link beneath CA Certs disclosures
And fixing typos in other strings.

Bug: 34369166
Test: Only string fixes
Change-Id: If60b653dc387975ae7a6a7fcddcbd17773c854f3
2017-03-24 15:28:15 +01:00
TreeHugger Robot
4110be3a15 Merge "Enterprise string clean-up for O" 2017-03-24 14:27:55 +00:00
TreeHugger Robot
01b9a95eb5 Merge "Revert "Integrate new looper apis into testables"" 2017-03-24 14:20:16 +00:00
Bartosz Fabianowski
0ec0000c22 Allow system UID to call isSecurityLoggingEnabled()
This CL allows code running under the system UID to call
isSecurityLoggingEnabled(), so that Settings can find out whether
logging is on or off.

Bug: 36584321
Test: m RunSettingsRoboTests

Change-Id: Icf8b7d6cef0f4e23f57bcf0498ffdcf124d16d38
2017-03-24 15:17:28 +01:00
TreeHugger Robot
837dde71ce Merge "Add strings for quick settings security footer" 2017-03-24 13:23:56 +00:00
Jason Monk
49bf050f83 Merge "Re-inflate fragments in sysui on font scale change" 2017-03-24 12:52:11 +00:00
Jason Monk
fd8f615953 Revert "Integrate new looper apis into testables"
This reverts commit f715f417d23d0605abcac309135340ac6ce311ce.

Change-Id: I4c0c12d8687426cecccf0f8dad710ea42699727b
2017-03-24 12:44:34 +00:00
Gustav Sennton
f05f99b910 Post WebView Zygote connection code to a background thread.
Currently, the act of waiting for the WebView Zygote to start running,
and then connecting to it is run in a blocking way from
WebViewZygote.onWebViewProviderChanged(). This causes us to block large
parts of WebViewUpdateService for a long time whenever we change WebView
provider.
This CL moves the blocking code onto a background thread to unblock
WebViewUpdateService.

Bug: 35025131
Test: Ensure changing WebView provider from the WebView Implementation
Developer Setting is quick/responsive.
Test: Turn off WebView multi-process and ensure the WebView Zygote
Service is NOT started.
Test: Turn on WebView multi-process and ensure the WebView Zygote
Service is started.

Change-Id: I0b378a471491d40cbf027568ca317d6c080da4b2
2017-03-24 12:36:12 +00:00
phweiss
02397ee147 Add strings for quick settings security footer
Strings are unused for now, CL that will display them comes later.

Bug: 34369166
Test: Only added strings, nothing to test
Change-Id: I0bb3e46b264d5da9d0da31149bf04f8276c08e93
2017-03-24 11:53:03 +00:00
Charles He
6111298d81 Enterprise string clean-up for O
Bug: 34326838
Test: make
Change-Id: I70db223ea4ef77e791eb7ce98638909442a593aa
2017-03-24 11:36:34 +00:00
Clara Bayarri
7c9e897c7d Merge "Fix textStyle being ignored for Font resources in TextView" 2017-03-24 11:11:23 +00:00
Diego Perez
d7437d649e Dispose font cache on bridge.dispose
Test: N/A
Change-Id: I81404740835814a018bfd70cf70b5c22933f19f5
2017-03-24 11:10:38 +00:00
TreeHugger Robot
81b034d4f8 Merge "Added shadow to RemoteViews used by authentication requests." 2017-03-24 07:26:05 +00:00
Casey Burkhardt
f4e98036a5 Update metrics proto for revised Magnification Settings
Adds 1 new constants for metrics logging:
 - Magnification Settings UI in Settings > Accessibility
   > Magnification

Bug: 1428815208
Test: Manual
Change-Id: I2d15b5b8525235b46ff344fa67a07bf993838df7
2017-03-24 00:25:45 -07:00
TreeHugger Robot
4750321738 Merge "MediaBrowser: Add a disconnecting state" 2017-03-24 05:57:32 +00:00
TreeHugger Robot
42aec90730 Merge "Temporarily ignore RuntimeException when displaying the UI." 2017-03-24 05:54:08 +00:00
TreeHugger Robot
c0aa433922 Merge "Unminimizing after toggle screen on/off shows docked app correctly (1/2)" 2017-03-24 05:21:05 +00:00
TreeHugger Robot
08d3cdbe48 Merge "Removing unused method indexOfValueByValue" 2017-03-24 05:05:00 +00:00
TreeHugger Robot
0795bf8d62 Merge "Hook up data saver to battery saver." 2017-03-24 04:55:15 +00:00
Sungsoo Lim
17142506bb Merge "Set volume handling of the default route properly" 2017-03-24 04:40:40 +00:00
Felipe Leme
6078588008 Temporarily ignore RuntimeException when displaying the UI.
Change-Id: Ia01f9204736418a8f1e5027aef755d0855feab04
Fixes: 36392498
Test: manual verification by forcing an exception
2017-03-24 04:09:37 +00:00
Andrew Solovay
2204abdca9 Merge "Cherrypicked from nyc-mr1-dev docs: Removing Android docs from Gerrit Original Change-Id: I5331cdc968be817ff70ba32dd03fce76493a6ab8 Test: make ds-docs" into nyc-mr2-dev-plus-aosp
am: df3c192bfe

Change-Id: Ic088a9409d8edbd30c84f6a10dc290501dc87f97
2017-03-24 03:26:23 +00:00
TreeHugger Robot
df3c192bfe Merge "Cherrypicked from nyc-mr1-dev docs: Removing Android docs from Gerrit Original Change-Id: I5331cdc968be817ff70ba32dd03fce76493a6ab8 Test: make ds-docs" into nyc-mr2-dev-plus-aosp 2017-03-24 03:21:54 +00:00
Felipe Leme
17b3afcb7e Added shadow to RemoteViews used by authentication requests.
Also removed obsolete autofill symbols and dimensions.

Fixes: 36492836
Bug: 36569941

Test: visual verification
Test: CtsAutoFillServiceTestCases pass

Change-Id: Id8169358bf426af5d70a82fa315e92304d06c159
2017-03-23 19:54:59 -07:00
TreeHugger Robot
c5bab3f695 Merge "Minor string change to screen pinning" 2017-03-24 02:39:32 +00:00
TreeHugger Robot
e05c65eea4 Merge "Use a single thread to handle multiple AppFuse mounts." 2017-03-24 02:18:57 +00:00
TreeHugger Robot
a25c24d882 Merge "Some logging for settings reset" 2017-03-24 02:17:18 +00:00
TreeHugger Robot
3caef44916 Merge "Create plugin interface for volume dialog" 2017-03-24 02:14:25 +00:00
TreeHugger Robot
7c1e1433ac Merge "Moved the waiting for fingerprint string to the hint" 2017-03-24 02:13:10 +00:00
Jack Yu
e0f9f9f8ee Merge "Deprecated getDeviceId and added getMeid and getImei" 2017-03-24 02:09:49 +00:00