Commit Graph

471891 Commits

Author SHA1 Message Date
Ben Murdoch
801f12923d Merge "Move config_useKeyguardUserSwitcher from sysui overlay to framework." into rvc-dev 2020-03-23 14:58:01 +00:00
Wei Sheng Shih
4346998c88 Merge "Surface should not be created for WindowContext initially." into rvc-dev 2020-03-23 14:44:38 +00:00
Abhijeet Kaur
78ef10aa72 Merge "Clean up code in BugreportProgressService" into rvc-dev 2020-03-23 14:18:44 +00:00
Wale Ogunwale
f09fdecd55 Merge "Move some window related files to android.window package" into rvc-dev 2020-03-23 13:48:30 +00:00
TreeHugger Robot
5bd455ac5f Merge "Enable the feature flag for contextual home v2" into rvc-dev 2020-03-23 11:27:30 +00:00
Anton Hansson
8f36aba1fb Merge "Build tethering against the module SDK" into rvc-dev 2020-03-23 10:27:31 +00:00
Aaron Huang
9f48409dd1 Merge "Remove Context.NETWORK_POLICY_SERVICE from @SystemApi" into rvc-dev 2020-03-23 10:09:37 +00:00
TreeHugger Robot
672fe2aeb3 Merge "Update MediaRouter2Manager api" into rvc-dev 2020-03-23 09:45:39 +00:00
Jason Chiu
8234820115 Enable the feature flag for contextual home v2
Bug: 149274976
Test: rebuild
Change-Id: Id3af8c6cae731222236a510a10cbeb9937004862
2020-03-23 17:20:56 +08:00
Robert Horvath
0a9aff3ac3 Merge "Deflake InattentiveSleep tests" into rvc-dev 2020-03-23 09:05:46 +00:00
Aaron Huang
cd44942a14 Remove Context.NETWORK_POLICY_SERVICE from @SystemApi
Hide Context.NETWORK_POLICY_SERVICE as it has no usage.

Bug: 151266974
Test: make checkapi, build
Change-Id: I0586a5ef22f76fa1407219b96cb246f162f02947
2020-03-23 15:15:40 +08:00
TreeHugger Robot
9c02d0360e Merge "Address API council review comment about TetheringRequest" into rvc-dev 2020-03-23 06:05:30 +00:00
Riddle Hsu
d5763c4c1d Merge "Use task bounds as local animation frame in fixed rotation" into rvc-dev 2020-03-23 04:40:50 +00:00
junyulai
25d643991f Address API council review comment about TetheringRequest
Test: atest TetheringTests FrameworksNetTests NetworkStackTests
Bug: 152055812
Change-Id: I0158d88e364772f9ac258bd18955edcdad266ad8
2020-03-23 12:13:57 +08:00
wilsonshih
07cb272a50 Surface should not be created for WindowContext initially.
Client may create a WindowContext, but without adding a window using
the corresponding WindowToken, initially creating a surface for the
token is very wasteful.
To avoid this, we should only create surfaces when the client is
needed.

Bug: 150813033
Test: atest WindowTokenTests
Test: No system crash when running FocusHandlingTest.
Change-Id: I0def6a436ad9d60948bfb029b3a7b6b44466d068
2020-03-23 09:38:47 +08:00
Remi NGUYEN VAN
1f0355a1cd Merge "Fix javadoc for Context.TETHERING_SERVICE" into rvc-dev 2020-03-23 01:20:13 +00:00
TreeHugger Robot
5c36c9551b Merge "Using EventLog for user switching events" into rvc-dev 2020-03-22 22:42:18 +00:00
Artur Satayev
cf840b4a65 Merge "Export annotation processor via unsupportedappusage lib." into rvc-dev 2020-03-22 19:47:22 +00:00
Wale Ogunwale
5794658be0 Move some window related files to android.window package
Window management files on the client side have normally been dumped in
either android.view or android.app package. This CL starts to
centralized them in android.window package so there is better
separation.

Test: they pass
Bug: 147406652
Bug: 152113464
Bug: 152117221
Change-Id: I4d64bd256e9b3581af0ccf9396f7dd2454132719
2020-03-22 09:47:43 -07:00
Artur Satayev
39ec0d54d8 Merge "Move hiddenapi lists droidcore calls to tools/platform-compat/." into rvc-dev 2020-03-22 11:54:27 +00:00
Sudheer Shanka
add060f917 Merge "Add BlobStoreManager.getRemainingLeaseQuotaBytes." into rvc-dev 2020-03-22 07:21:17 +00:00
TreeHugger Robot
c78a7e4971 Merge "UiMode TwilightManager null" into rvc-dev 2020-03-22 02:31:42 +00:00
TreeHugger Robot
e0ee0e4d4b Merge "resolve merge conflicts of 7e0769b219 to rvc-dev" into rvc-dev 2020-03-22 00:36:07 +00:00
TreeHugger Robot
9a58d5747a Merge "Un-expose APIs added for telephony mainline." into rvc-dev 2020-03-21 21:17:33 +00:00
Hui Yu
aa3d42b129 Merge "Update AppOps & UsageStats when app widget tapped." into rvc-dev 2020-03-21 19:54:59 +00:00
Hui Yu
3dc45fbc57 Update AppOps & UsageStats when app widget tapped.
When the app widget on the launcher is tapped on:
1. Update AppOps. AppOps treats the underlying app as foreground so the app can get while-in-use
permission.
2. Report a USER_INTERACTION event to UsageStats so UsageStats can
update mLastTimeUsed and mLastTimeVisible of this package.

Bug: 149043079
Test: manual test, tapped on a widget.
Change-Id: Ic8c91190881cf5dcf89f0f72cfd410b0c2e86bf6
2020-03-21 08:36:54 -07:00
Michael Groover
ffd92af9a5 Merge "Refactor device ID access SystemAPI to PermissionManager" into rvc-dev 2020-03-21 15:30:53 +00:00
TreeHugger Robot
659bf328e4 Merge "Update R accessibility assets and strings (9/n)" into rvc-dev 2020-03-21 14:23:53 +00:00
Artur Satayev
0f607415db Export annotation processor via unsupportedappusage lib.
Bug: 145132366
Test: diff unsupportedappusage_index.csv
Change-Id: Ic2762ec4eabf6ec6b397d2a3e4fd360e42be566c
Merged-In: Ic2762ec4eabf6ec6b397d2a3e4fd360e42be566c
2020-03-21 13:08:03 +00:00
Artur Satayev
7507189a1d Move hiddenapi lists droidcore calls to tools/platform-compat/.
Bug: 145132366
Test: m dist
Change-Id: I0863d428cdeb56551caa0fd548ab50fdcad96ece
Merged-In: I0863d428cdeb56551caa0fd548ab50fdcad96ece
2020-03-21 13:04:12 +00:00
Stanislav Zholnin
58e8d270a7 Merge "Remove separate OpIds for logging and enforce op ids instead." into rvc-dev 2020-03-21 10:28:23 +00:00
Stanislav Zholnin
d5378e96a5 Remove separate OpIds for logging and enforce op ids instead.
Bug: 143519689
Test: atest UidAtomTests
Change-Id: Ia1897c9c2ffa11547ec09f899a45cfed9b7b0d5d
Merged-Id: Ia1897c9c2ffa11547ec09f899a45cfed9b7b0d5d
2020-03-21 10:27:08 +00:00
TreeHugger Robot
608d4664f6 Merge "Add strings for Shared Data developer options screen." into rvc-dev 2020-03-21 08:56:40 +00:00
TreeHugger Robot
e13e948d6d Merge "Change sint to int in atoms.proto" into rvc-dev 2020-03-21 07:56:17 +00:00
Varun Shah
9161a337a8 Add strings for Shared Data developer options screen.
Bug: 150626561
Test: visual
Change-Id: I9f29adbd63d603ce83fbd8fc7d886d3bdb4e01e9
2020-03-20 23:49:30 -07:00
Rahul Sabnis
bd91b5360f Merge "Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth SystemApis and for hidden connect/disconnect APIs." into rvc-dev 2020-03-21 06:47:30 +00:00
Siarhei Vishniakou
f26b795c04 resolve merge conflicts of 7e0769b219 to rvc-dev
Bug: 148311342
Change-Id: I99d6296b8947ba85573a11fc5d07583326dd15da
2020-03-21 06:08:47 +00:00
Evan Severson
4846c5e3a9 Merge "Add one-time flag to test api" into rvc-dev 2020-03-21 05:44:34 +00:00
TreeHugger Robot
19e60c0596 Merge "[Wi-Fi] Add content description for the Openroaming help button." into rvc-dev 2020-03-21 05:10:39 +00:00
TreeHugger Robot
7e0769b219 Merge "Disable deep press when long press is long" into qt-qpr1-dev 2020-03-21 05:06:34 +00:00
TreeHugger Robot
4e4fa985c1 Merge "[Telephony Mainline] Hide TelephonyServiceManager and TelephonyFrameworkInitializer" into rvc-dev 2020-03-21 05:05:27 +00:00
TreeHugger Robot
ea25d217be Merge "Don't allow the keyboard to probe Inline Suggestion content." into rvc-dev 2020-03-21 04:55:34 +00:00
TreeHugger Robot
2ecb17aa03 Merge "Camera: Move bokeh mode to extendedSceneMode tag" into rvc-dev 2020-03-21 04:25:09 +00:00
Rahul Sabnis
2c71d16ced Add BLUETOOTH_PRIVILEGED permission as a requirement for all new Bluetooth SystemApis and for hidden connect/disconnect APIs.
Hide some APIs that were previously marked as @UnsupportedAppUsage and re-add annotation as changing the permissions for these SystemApis would break the unsupported app contract that was previously there. Therefore, we're choosing to hide them until we have a good story on how to deal with them next release.

Bug: 148689314
Test: Manual
Change-Id: I33ee2c7ccd3827db3d23d6447cf82d9ffc36836a
2020-03-21 04:10:15 +00:00
Daniel Bright
85e1a77433 Merge "Strings file for Sim Depersonalisation" into rvc-dev 2020-03-21 03:52:44 +00:00
TreeHugger Robot
9332d217af Merge "MediaRouter: Rename methods in TransferCallback" into rvc-dev 2020-03-21 03:37:02 +00:00
TreeHugger Robot
1e377304cb Merge "Statsd update for native puller api feedback" into rvc-dev 2020-03-21 03:15:06 +00:00
TreeHugger Robot
bb725ba49e Merge "Controls UI - Update strings to match latest guidance" into rvc-dev 2020-03-21 03:14:16 +00:00
TreeHugger Robot
a3c47e791e Merge "Fixed an issue where the largeIcon wouldn't be shown for non-shortcuts" into rvc-dev 2020-03-21 03:06:25 +00:00
TreeHugger Robot
905e01f8f5 Merge "permlab_systemCamera: Change privileg | system -> privileged or system." into rvc-dev 2020-03-21 03:03:46 +00:00