- Dec 04, 2020
-
-
TreeHugger Robot authored
* changes: Move CheckPermissionDelegate API into PermissionManagerServiceInternal. Move default app related methods to role manager.
-
David Su authored
-
Lucas Dupin authored
-
Lucas Dupin authored
-
TreeHugger Robot authored
-
Baligh Uddin authored
[automerger skipped] Merge "Migrate frameworks/base/cmds/statsd to packages/modules/StatsD/bin" into mainline-prod am: 0ace541b -s ours am skip reason: Change-Id I053f2a211ea28c2f181937af3d58ad16b235d096 with SHA-1 b74ba245 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13163399 Change-Id: Iffcce9b8c610ba493b42e13a1db3629c84d6d058
-
Lucas Dupin authored
The TextAppearance is re-evaluating the text field colors, causing issues in dark theme. Fixes: 174729670 Test: manual Change-Id: Ic6b937a51c093f3acffcc3c2d442554a5e615fbf
-
TreeHugger Robot authored
-
Baligh Uddin authored
-
Brad Ebinger authored
[automerger skipped] Merge "Add new carrier config option for enabling SIP PUBLISH of RCS caps" into rvc-qpr-dev am: c905bf06 -s ours am: 9389dc60 -s ours am skip reason: Change-Id If9ab9836261afc2d6cebb959690d8b44b06a3dfe with SHA-1 4612ab7b is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13144559 Change-Id: I352c4463866f566a20077586cce5aca3a5b8bc95
-
Brad Ebinger authored
Merge "Fix incorrect cache checking of string config values" am: ad55c346 am: 473917aa am: a00ca3f0 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1516042 Change-Id: Ib61966b696836e071820879ea60065ce77a0c1e2
-
Chris Li authored
[automerger skipped] [DO NOT MERGE]Fix IndexOutOfBoundsException for TDA stack am: d965659a am: 8c574bca -s ours am skip reason: subject contains skip directive Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13162525 Change-Id: I1ef4286799d1892a1f1cf8543d2dbf1db906b497
-
Brad Ebinger authored
[automerger skipped] Merge "Add new carrier config option for enabling SIP PUBLISH of RCS caps" into rvc-qpr-dev am: c905bf06 -s ours am skip reason: Change-Id If9ab9836261afc2d6cebb959690d8b44b06a3dfe with SHA-1 21f6792a is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13144559 Change-Id: Ia9875229b1ec43b7a3857c9b92f38d254098d3bd
-
Mingming Cai authored
Merge "Add CQI and table index to LTE and NR CellSignalStrength" am: 8dd47fcf am: bbeb5eb6 am: 9ebab87e Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1510593 Change-Id: I33a55542cb9480975eac37e80bf2e9131b60d186
-
TreeHugger Robot authored
-
Hai Zhang authored
Expose only start/stopShellPermissionIdentityDelegation() as API, because there won't be a use case for UIDs other than the shell UID. The caller checking is left in ActivityManagerService because only it knows info about the ongoing intrumentations. So this new system server API only delegates the permission identity of Shell to someone else, but checking who can start the delegation to whom is the responsibility of other parts of the system. For now the API only delegates permissions checks since app ops won't be updatable in this release, and it is a platform implementation detail that ActivityManagerService also delegates app op checks via the in platform AppOpsService interface at the same time. Once we complete moving AppOpsService, this API will start delegating for app ops (or whatever it will become) as well, and then the platform code can just drop the app op related code and call this API only. Platform code will have to drop those app op related code by then anyway since the internal app op interface will no longer be available after the move. Bug: 158736025 Test: presubmit Change-Id: I42839dacdf06e4d94682a46a0e692119de0bfdc0
-
Hai Zhang authored
Default apps (browser, dialer and home) are by no means a concept of permission, so they should not be exposed as permission manager API. Instead, they should be accessed via role manager API. This change moves getDefaultBrowser() and setDefaultBrowser()'s AIDL interface and implementation into RoleManagerService. Package manager has a number of special behaviors regarding these default apps, so we can not pretend that package manager doesn't know about these roles. After all, we can say permission and role are at the same level in the system after recent refactoring that split permission and package. So package manager is reusing the public role API now. The new methods moved to RoleManagerService needs to be system APIs on RoleManager, because IRoleManager cannot be a system API and we need to delegate method calls to it from ApplicationPackageManager. The other methods directly calling into DefaultPermissionGrantPolicy should be moved/refactored as well, depending on whether we want to mainline it, in a later change. Bug: 158736025 Test: presubmit Change-Id: I84b9519a084e410875a3c3e88b33e9a612e7de98
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Jeff DeCew authored
-
Brad Ebinger authored
-
Hongwei Wang authored
-
Hangyu Kuang authored
-
TreeHugger Robot authored
-
Dmitri Plotnikov authored
-
- Dec 03, 2020
-
-
yawanng authored
System service sends each package name to iorap during idle time for compilation and only sends the next one after the current one is done. When the device is not idle, stop sending the following packages. Bug: 171438036 Test: Run 'adb shell cmd jobscheduler run -f android 283673059' and 'adb shell cmd jobscheduler timeout android 283673059' and check the log. Change-Id: I39e6cf83a55ce8b4e8c3c7984391fad6dd86a4e7
-
Hai Shalom authored
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12829570 Change-Id: I6ce56a285fdea03c1b685ac3f2f193adf3417058
-
Hai Shalom authored
-
Beverly authored
Current POR is to only hide the lock icon when udfps is enrolled On the LS, change the color of the lock icon based on the wallpaper color, else use textColorPrimary for the bouncer where the bouncer is background is white. Test: manual Bug: 170228350 Change-Id: Iddedb3c7338f7a995e4787d1ec55bbee960b780d
-
Steve Elliott authored
Broken by ag/12830377 Bug: 163595585 Test: manual Change-Id: I75700adca2796f7b70a0d840a470acdb2488546a
-
Tony Mak authored
* changes: Integrate the SuggestSelection API in TextView Introduce TextSelection.Builder.setIncludeTextClassification and TextSelection.getTextClassification()
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Hongwei Wang authored
Remove the IPinnedStackController aidl interface. The only method was left in IPinnedStackController is the getDisplayRotation and used only by PipTouchHandler. Switched that over to Context.getDisplay#getRotation Video: http://rcll/aaaaaabFQoRHlzixHdtY/bO1xoqLNemseqmk603y9us Bug: 174702196 Test: verify the original bug (b/36879891) is still fixed, see video Test: atest PinnedStackTests \ WMShellUnitTests Change-Id: I65814b25ed9a1fb28dad4d6eae88b949efc15e3c
-
Brad Ebinger authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1516042 Change-Id: I18930572871e1bb372c6f601b691d80420f96b46
-
Kevin Chyn authored
-
Adam He authored
-
David Su authored
FrameworksWifiApiTests is not backwards compatible and isn't planned to become backwards compatible, due to numerous usages of new S APIs. Thus, S FrameworksWifiApiTests will fail to pass on R devices. Stop testing FrameworksWifiApiTests with this configuration. Instead, only test it on S-module-on-S-platform. Bug: 174786649 Test: presubmit Change-Id: Icd7d2802e0c395eddb500c9d1e652ba173d5f9d7
-
Brad Ebinger authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1516042 Change-Id: Ie60ca2003fd4a940d09b4e6964295ba3567021d2
-
Songchun Fan authored
-