- Nov 01, 2023
-
-
Inseob Kim authored
filter-product option is added to aapt2 compile, which filters values with a given product and removes all other values (including default). The motivation of this change is to generate product-specific RRO automatically, making a main resource APK (e.g. framework-res.apk) identical in all targets. Bug: 294799593 Test: build (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5fe521e5b3bd5e7ef17dc50425060680cadb4e0e) Merged-In: I42eb3e134c7aa120f6bbe2d26d311bd46b586595 Change-Id: I42eb3e134c7aa120f6bbe2d26d311bd46b586595
-
- Oct 28, 2023
-
-
Chun-Wei Wang authored
-
- Oct 27, 2023
-
-
Prashanth Swaminathan authored
-
Yan Yan authored
-
Jiakai Zhang authored
-
Jiakai Zhang authored
Bug: 307903002 Change-Id: I0391a2c1d20eac11e1c71bc38d43a1eac1eaec92 Test: N/A
-
Anton Hansson authored
-
Anton Hansson authored
-
Riddle Hsu authored
-
Prashanth Swaminathan authored
When forking zygote processes, 'forkSimpleApps' may process multiple simple apps in the command buffer at once. However, the parsed zygote arguments are computed based on the first app in the command buffer, which can lead to all launched processes being assigned the same name. Move the setting of the child process name into childMain and use the arguments from it's local ZygoteArguments for the appropriate name. Bug: 305970538 Test: Verified aosp_cf_riscv64_phone correctly uses unique process names and PIDs match intended name. Change-Id: I0febc49649b0ede4c07898b47b0ebe6ac37e7057 Change-Id: I64b2644ffb8ee75043623222b48fba8f2cfc5f08
-
Yan Yan authored
Bug: 276358140 Test: atest FrameworksVcnTests (new tests) Test: atest CtsVcnTestCases Change-Id: I7b460cc3a3b143de212bb5a1b717fc99582f05ec
-
Chun-Wei Wang authored
Fix a bug that the user can still enter pin/pattern during lockout timeout when doing special user credential verification. Bug: 301924294 Test: b/301924294#comment1 Change-Id: I3301a811a5038adc3014fb149274da86b8bd900d
-
- Oct 26, 2023
-
-
Eric Biggers authored
-
Eric Biggers authored
-
Treehugger Robot authored
-
Yan Yan authored
-
Xin Li authored
-
Mark Punzalan authored
Adding a placeholder so that soong build integration can happen in parallel with the implementation of this flag. Bug: 297373084 Bug: 306024510 Test: m aapt2 Change-Id: If9df57daaa871c11e146a8a8f8113fceb2fd96c2
-
Jean-François Geyelin authored
-
Anton Hansson authored
Doesn't appear to be necessary. Bug: 306806877 Test: m checkapi Change-Id: Ibcc62aa9ff4f06de110f81dec32b0008ec784b33
-
Jared Duke authored
-
Anton Hansson authored
Doesn't appear to be necessary. Bug: 306806877 Test: m checkapi Change-Id: I9458dc58ba46b7111937d096545618c7166ec33c
-
Jean-François authored
Bug: 297019750 Test: m -j; m cts -j; cts-tradefed run commandAndExit cts --skip-system-status-check com.android.compatibility.common.tradefed.targetprep.NetworkConnectivityChecker --skip-device-info -m RenderscriptTest Change-Id: I112961a279890195aa0387b299844027e483715e
-
Treehugger Robot authored
-
Paul Duffin authored
Bug: 307737035 Test: m combined-removed-dex # Check before and after to make sure there are no differences Change-Id: I51e774e6a340d310b96c0291b04f66b4737aebda
-
Riddle Hsu authored
It handles the case from InputMethodManagerService#reportStartInput with Activity <- IME container LastRelativeLayer - Base Window - Dialog Window <- ImeControlTarget, ImeLayeringTarget The LastRelativeLayer should update to Dialog window, so IME container can show above Dialog. Test: atest ZOrderingTests# \ testAssignWindowLayers_ForImeOnPopupImeLayeringTarget Bug: 301134949 Bug: 301261260 Change-Id: I7ab44f7fc4724bcb79cf3f58979de21c143edb34
-
Eric Biggers authored
isUserKeyUnlocked() is being renamed to isCeStorageUnlocked() to make it clear what it does (considering that there are many types of user keys). Temporarily, the method exists under both names. Change AppDataRollbackHelper to use the new name. No change in behavior. Bug: 306204742 Flag: exempt, mechanical refactoring Test: presubmit Change-Id: Iab2ca2fdd968bd10dc6e67424d61b21ab66922ea
-
Yan Yan authored
Add aconfig for VCN feature flags and the flag for VCN safe mode configurability Bug: 276358140 Test: verified flags are accessible Change-Id: I4a54445a4238c81a409604be16c90ef341eed638 Merged-In: I4a54445a4238c81a409604be16c90ef341eed638
-
- Oct 25, 2023
-
-
Jared Duke authored
This gem of a class doesn't appear to be wired up in any functional way, so give it a well-deserved retirement into git history. Note: This was discovered when refining keep rules in system_server to more accurate reflect services kept by the framework manifest. Test: m Bug: 272495195 Change-Id: I9279ee19b3b20871b190aceae586e0828f3b2bd5
-
Treehugger Robot authored
-
Eric Biggers authored
-
Eghosa Ewansiha-Vlachavas authored
-
Song Chun Fan authored
-
Eric Biggers authored
* changes: Use isCeStorageUnlocked() in StrictMode.java Rename methods for creating and destroying user's storage keys Rename methods for unlocking, locking, and protecting CE storage
-
Prabir Pradhan authored
-
Munikrishna J authored
-
Anton Hansson authored
-
Kangping Dong authored
-
Kangping Dong authored
-
- Oct 24, 2023
-
-
Eric Biggers authored
isUserKeyUnlocked() is being renamed to isCeStorageUnlocked() to make it clear what it does (considering that there are many types of user keys). Temporarily, the method exists under both names. Change the package manager to use the new name. No change in behavior. Bug: 306204742 Flag: exempt, mechanical refactoring Test: presubmit Change-Id: I66db78ce40618f1c5b263c826eb5984bfe92eab1
-