summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-11Merge cherrypicks of [16565830, 17875442, 18359892, 18279994, 18321041, 18200...android-security-12.0.0_r38Android Build Coastguard Worker
2022-06-11Only allow the system server to connect to sync adaptersMakoto Onuki
2022-06-11Stop using invalid URL to prevent unexpected crashChiachang Wang
2022-06-11Remove package title from notification access confirmation intentRaphael Kim
2022-06-11Make CheckOp return allowed if any attr tag for a package is excludedEvan Severson
2022-06-11Allow system server uid to bypass location restrictionEvan Severson
2022-06-11Disallow privileged apps to bypass location restrictionEvan Severson
2022-06-11DO NOT MERGE. Add a permissions check to LocationManagerService.Brian Julian
2022-06-11Clear mInterface before calling resetIkeState()lucaslin
2022-06-11Make sure callingPackage belongs to callingUid when checking BG-FGS restricti...Hui Yu
2022-06-11DO NOT MERGE Suppress notifications when device enter lockdownWenhao Wang
2022-06-11[RESTRICT AUTOMERGE]Only allow system and same app to apply relinquishTaskIde...Jeff Chang
2022-05-31Merge cherrypicks of [17416116, 17416117, 17416118, 17416119, 17452466, 17666...android-security-12.0.0_r37Android Build Coastguard Worker
2022-05-31DO NOT MERGE: WM: Call Transaction#sanitizeRobert Carr
2022-05-31Update ServiceState broadcast for location permissionsSarah Chin
2022-05-31Add excludedPackages parameter to broadcastEvan Severson
2022-05-31USB: Increase debounce time for DISCONNECT processing (revised)James Wei
2022-05-13Log to EventLog on prepareUserStorage failureEric Biggers
2022-05-13Ignore errors preparing user storage for existing usersEric Biggers
2022-05-13UserDataPreparer: reboot to recovery for system user onlyEric Biggers
2022-05-13UserDataPreparer: reboot to recovery if preparing user storage failsEric Biggers
2022-05-13StorageManagerService: don't ignore failures to prepare user storageEric Biggers
2022-05-02Merge cherrypicks of [16565830, 17046135, 17186288, 17343385, 17408864, 17071...android-security-12.0.0_r36Android Build Coastguard Worker
2022-05-02limit TelecomManager#registerPhoneAccount to 10; api doc updateThomas Stuart
2022-05-02[sc] RESTRICT AUTOMERGE Add finalizeWorkProfileProvisioning.Jonathan Scott
2022-05-02Fix NPEJW Wang
2022-05-02Prevent exfiltration of system files via user image settings.Oli Lan
2022-05-02Prevent non-admin users from deleting system apps.Oli Lan
2022-05-02Fix security hole in GateKeeperResponseAyush Sharma
2022-05-02Update GeofenceHardwareRequestParcelable to match parcel/unparcel format.David Christie
2022-05-02Add an OEM configurable limit for zen rulesJulia Reynolds
2022-03-10Merge cherrypicks of [16765537, 16873352, 16826865, 16713985, 16681833, 17104...android-security-12.0.0_r35Android Build Coastguard Worker
2022-03-10Always restart apps if base.apk gets updated.Alex Buynytskyy
2022-03-10Verify caller before auto granting slice permissionPinyao Ting
2022-03-10[Ongoing Call] Don't call #getIntent to avoid a security vulnerability.Caitlin Cassidy
2022-03-10Replace BitmapRegionDecoder with ImageDecoderVincent Wang
2022-03-10[RESTRICT AUTOMERGE] Do not resume activity if behind a translucent taskJeff Chang
2022-03-10Keyguard - Treat messsages to lock with priorityMatt Pietal
2022-03-10Filter notification APIs by userJulia Reynolds
2022-03-10Update permissions for ServiceState broadcastSarah Chin
2022-02-11Merge cherrypicks of [16623717, 16664941, 16461958, 16612527, 16743243, 16778...android-security-12.0.0_r34Android Build Coastguard Worker
2022-02-11Security fixes for PendingIntent related apis in LauncherAppsPinyao Ting
2022-02-11[RESTRICT AUTOMERGE] Add hide-non-system-overlay flag for HarmfulAppWarningAc...Jeff Chang
2022-02-11Restrict AdbManager broadcasts to apps with MANAGE_DEBUGGING permission.Joshua Duong
2022-02-11Validate pid can be trustedGanesh Olekar
2022-02-11Fix a mismatch in Bitmap_createFromParcelJohn Reck
2022-02-11Prevent apps from creating blocked channel groupsJulia Reynolds
2022-02-07Merge cherrypicks of [15748730, 16439364, 16380965, 16445550, 16565830, 16600...Android Build Coastguard Worker
2022-02-07Handle onNullBindingFabian Kozynski
2022-02-07Don't abandon child sessions (1/n)JW Wang