commit | 332e32b8b4a5aa09c6321eaee6d6cf2a6368b42a | [log] [tgz] |
---|---|---|
author | John Wu <topjohnwu@google.com> | Tue Jun 18 03:59:48 2024 +0000 |
committer | John Wu <topjohnwu@google.com> | Tue Jun 18 04:04:26 2024 +0000 |
tree | 95bf217dda82d1e8c74ea62227db8ce4e0f2a296 | |
parent | b9b1de5390ada546bd90b666755e1d9143e67aca [diff] |
Introduce Intent#prepareToEnterSystemServer() Put all operations that need to be performed to an intent upon receiving it in system_server into its own dedicated method for easier maintenance in the future. - Prevent leaked file descriptors - Remove all system only flags and extended flags Bug: 326100473 Test: TH Flag: EXEMPT refactor Change-Id: Id2931d1c1d8b8f1caf4a92e4e2357c1f2e9d0925