summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/SelectDSUPreferenceController.java
AgeCommit message (Collapse)Author
2020-10-07Fix the DUS Loader item can't be searched.Stanley Wang
The preference must be PreferenceControllerMixin or BasePreferenceController otherwise it can't be searched. Fixes: 169805654 Test: robotest Settings Change-Id: I792467f141617ab189e80f9c42b4c58b1c2fa9fe
2020-04-05Hide the DSULoader when DSU is runningHoward Chen
Bug: 151792130 Test: open developer settings and check the DSULoader make -j32 RunSettingsRoboTests Change-Id: I8f82e0f7ddbfd2c50ac6e2a2d3f61f7715ba452c
2019-12-04Add a GSI/DSU Loader to the developer option.Howard Chen
The Generic System Image (GSI) is a pure Android implementation with unmodified Android Open Source Project (AOSP) code. The Dynamic System Updates (DSU) is a Android Q feature that can download a system image and boot into it without the factory rom being corrupted. This CL adds a DSU Loader which is a friendly front-end that offers developers the ability to boot into GSI with one-click. The DSU loader also offers the flexibility to overwrite the default setting and load OEMs owned images. Bug: 140090894 Test: click settings->developer option->debug::DSU Loader make -j32 RunSettingsRoboTests Change-Id: Ia2a1b69b52047dd841dedf7f07b07f7ad3e65d46