- Dec 06, 2023
-
-
Eran Messeri authored
This reverts commit 468c8fe6. Additionally, this adds a guard for reading the flag: If the calling app does not have the right permission to read the device configuration, the code will assume it is not set. Reason for revert: Fixed flag reading code Bug: 314744703 Test: atest CtsWebkitTestCases:android.webkit.cts.WebViewSslTest#testProceedClientCertRequestKeyWithAndroidKeystoreKey Change-Id: I29c58bc8c5960c0ab9af70f93440bd9a1db12dc7
-
- Dec 04, 2023
-
-
Paul Colța authored
-
Hansen Kurli authored
-
- Dec 01, 2023
-
-
Roman Kiryanov authored
-
Roman Kiryanov authored
-
Dichen Zhang authored
-
Eric Biggers authored
-
Eric Biggers authored
-
Andrei Ciubotariu authored
-
Sumedh Sen authored
-
Roman Kiryanov authored
we already have it implemnted, remove copypasta. Bug: 314168562 Test: boot emulator, check if emulator specific codepaths are activated Change-Id: Iab31c97b09d247e04e7faa608b87463cb86806d1 Signed-off-by:
Roman Kiryanov <rkir@google.com>
-
Treehugger Robot authored
-
Roman Kiryanov authored
emulator has its own provisioning app, we will set this value there. Bug: 314313875 Test: boot emulator, check the STAY_ON_WHILE_PLUGGED_IN value Change-Id: I653074dd3954e8dc5dbbd4c7d136744988f32416 Signed-off-by:
Roman Kiryanov <rkir@google.com>
-
Roshan Pius authored
-
Treehugger Robot authored
-
Bram Bonné authored
Bug: 291751402 Change-Id: I3ac0fd8ff83d674a6315639a7959489ffdf2258d
-
Eric Laurent authored
Merge "SpatializerHelper: fix the null pointer exception occurred when create spatializer" into main
-
Evan Severson authored
-
张倞诚 authored
When AppOpsCheckingServiceImpl#setUidMode returns true, many watchers will receive callbacks. When the system is busy, it will cause the Handler message queue to accumulate, leading to serious problems such as untimely broadcast distribution. Therefore, we reduce some callbacks when the op mode does not really change. Change-Id: Id010dab1392713cc0ba8982ab42e857d3ce8151d Merged-In: I41d79fdba0dcdc56a287082e22663fbc85998fb2
-
- Nov 30, 2023
-
-
Eric Biggers authored
Test: adb shell locksettings help BYPASS_LONG_LINES_REASON=actual help text is wrapped at 80 columns, needing 107 columns in source Change-Id: I3bfeae87e6eb1326993651066a80d71ec368a1ed
-
Treehugger Robot authored
-
Nader Jawad authored
-
Treehugger Robot authored
-
Harish Mahendrakar authored
Bug: 313791883 Test: treehugger Change-Id: Ia3347a0fb30ac4f2e5fddb8eded4ec023b0e3f59
-
Nick Wille authored
This reverts commit e0c8ad86. Reason for revert: 314140771 Change-Id: Ied1f3042aee8ac8642237a4cdcfa75be7a02e7e8
-
Eran Messeri authored
-
Eran Messeri authored
In case the MGF1 Digest setter flag is turned off (that is, it is not possible to specify MGF1 Digests using the new API introduced), then the old behaviour has to take place. The old behaviour was to set all primary digests specified, as MGF1 Digests. This behaviour has been added when the flag isn't set. Bug: 308378912 Bug: 308069562 Test: atest CtsKeystoreTestCases:android.keystore.cts.CipherTest#testKatBasicWithDifferentProviders CtsKeystoreWycheproofTestCases:RsaOaepTest Change-Id: I5d4541ce952e1bad7c8fdd55a00176274b0b66f3
-
Jiakai Zhang authored
-
Hansen Kurli authored
Vpn.Dependencies contains methods used for legacy VPNs that are now unused. Remove them. Bug: 161776767 Test: m Test: test updated in VpnTest Change-Id: I439c4b6e4e8361f3cd40392da09272408e61cb70
-
mashixing authored
The original code contained assertions that checked `fICount` and `fIOffset`, which seem to be mistakenly copied from the Skia codebase. This commit corrects the assertions to properly reflect the variables used in the AOSP codebase, updating them to `mIndexCount` and `mIndexOffset` as intended. The correction ensures accurate runtime checks for the expected conditions and prevents compilation error due to undeclared identifier. Bug: 313566801 Change-Id: I1432598be14a6960d0dbe373e1ac997f5f5f8ee6 Signed-off-by:
Shixing Ma <mashixing@xiaomi.corp-partner.google.com>
-
Elliott Hughes authored
-
- Nov 29, 2023
-
-
Eric Biggers authored
-
Eric Biggers authored
-
Eric Biggers authored
Make 'dumpsys trust' show the deviceLocked state for users that cannot be switched to, including profiles. Previously, the deviceLocked state was not shown for such users, presumably under the assumption that it was always the same as the parent user's. However, profiles that use a separate challenge do have their own deviceLocked state. A related issue which this change addresses too is that the output contained "managed profile" even for other types of profiles. Bug: 296464083 Test: Tried 'dumpsys trust' in various situations Flag: exempt, just changes dumpsys Change-Id: Ibb949626fd4a7a32ebc6daeeff6e9c0192583009
-
Jiakai Zhang authored
Bug: 242170869 Test: m Change-Id: Ie7e39c8db95d66033f77881dc076099664e0bb2d
-
Eran Messeri authored
-
Sham Rathod authored
When MediaCas service is configured to be launched as a lazy service, getService() fails since it does not launch a service that is not already running (which is the case with lazy services). Change the call to waitForDeclaredService() which attempts to launch a service if not already running. Test: atest MediaCasTest Bug: 301834444 Change-Id: I2c50bd8485719da4d77e1862e93129a66c102e83
-
Eran Messeri authored
Add myself as an owner for the flags file, so that I can approve changes in the EMEA timezone. Bug: n/a Test: n/a Change-Id: Id32d3c65a7794477d47ed5ebe7471aacd04b6923
-
Kyeongkab.Nam authored
The original mPm.checkPermission(PackageManagerService#checkPermission) changed the order of arguments in the method but the order of arguments has not been changed. Test: dumpsys package check-permission Change-Id: I624fdc769075b4f3e7c2a54ac671688a59287a10 Merged-In: I284eef8c35f503f03999dff5afa910fbc53b3b1b
-
- Nov 28, 2023
-
-
Eric Biggers authored
-