summaryrefslogtreecommitdiff
path: root/core/java/android/os/ZygoteProcess.java
AgeCommit message (Expand)Author
2021-03-03Inclusivity cleanup of the Zygote.Chris Wailes
2021-03-02Merge "Removed unused mount mode constants"Abhijeet Kaur
2021-02-24Removed unused mount mode constantsZim
2021-02-23Add zygote native fork loopHans Boehm
2020-10-10Merge ab/6749736 in stage.Xin Li
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-08-31Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709)Xin Li
2020-08-04Rename blacklist to denylistrepo sync -c -j8
2020-07-31Rename blacklist to denylistrepo sync -c -j8
2020-06-05Apply app data isolation on isolated or app zygote processesRicky Wai
2020-04-02Revert "Revert "Do not mount whitelisted package in storage data and obb dirs""Ricky Wai
2020-03-28Revert "Do not mount whitelisted package in storage data and obb dirs"Ram Muthiah
2020-03-25Do not mount whitelisted package in storage data and obb dirsRicky Wai
2020-03-12Pass bind mount storage data decision from java to zygoteRicky Wai
2020-03-04Adds Zygote policy flags to control how applications are launchedChris Wailes
2020-03-03Start process of next activity with top priority in advanceRiddle Hsu
2020-02-27Adds Zygote policy flags to control how applications are launchedChris Wailes
2020-01-13Use new UnsupportedAppUsage annotation.Artur Satayev
2020-01-09Only allow Download authority/MTP/installers to write in Android/.Martijn Coenen
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-17Pass app visible packages data directory info to zygoteRicky Wai
2019-12-11Pipe disabled compat changes to runtime through zygote.atrost
2019-12-11Pipe disabled compat changes to runtime through zygote.atrost
2019-10-03Merge "zygote: respond and wait for reply to --boot-completed." am: d34e18c03...Josh Gao
2019-10-03zygote: respond and wait for reply to --boot-completed.Josh Gao
2019-09-25Support a mount mode to bypass FUSE on /storageZim
2019-08-08Merge "Notify the ART runtime when boot is complete." am: f83748ae28 am: 6b9a...Nicolas Geoffray
2019-08-08Merge "Notify the ART runtime when boot is complete."Nicolas Geoffray
2019-08-08Notify the ART runtime when boot is complete.David Srbecky
2019-07-05Remove time delay for usap process in jit zygote mode.Nicolas Geoffray
2019-06-27Merge "Disable USAP by default on devices" into qt-dev am: 6c3bbf9e93 am: 35b...Tim Joines
2019-06-25Disable USAP by default on devicesTim Joines
2019-06-24Merge "Start process of next activity with top priority in advance"TreeHugger Robot
2019-06-11Removes unused code from the SystemServer/Zygote classes.Chris Wailes
2019-06-11Merge "Clean-up places that try to read wrap property."Christopher Ferris
2019-06-11Start process of next activity with top priority in advanceRiddle Hsu
2019-06-10Clean-up places that try to read wrap property.Christopher Ferris
2019-06-10Removes unused code from the SystemServer/Zygote classes.Chris Wailes
2019-05-31Avoid using usap when wrap property set.Christopher Ferris
2019-05-31Avoid using usap when wrap property set.Christopher Ferris
2019-05-17Merge "Workaround for USAP support in jitzygote." into qt-dev am: 94b2981853 ...Nicolas Geoffray
2019-05-17Workaround for USAP support in jitzygote.Nicolas Geoffray
2019-05-09Remove storage sandboxes related code.Sudheer Shanka
2019-05-08Remove storage sandboxes related code.Sudheer Shanka
2019-05-01DO NOT MERGE Fix setting hidden api usage log sample rateAndrei Onea
2019-04-25Adds additional sanitization for Zygote command arguments.Chris Wailes
2019-04-25Adds additional sanitization for Zygote command arguments.Chris Wailes
2019-04-24Load the default graphics driver in USAPs.Chris Wailes
2019-04-18Load the default graphics driver in USAPs.Chris Wailes
2019-04-11Merge "[GraphicsEnvironment] Expose API to query whether an app should use ga...Peiyong Lin