commit | 24ea590c058699f9c4dc8aee38cd2fab1a4d0c5c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue May 14 10:30:15 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 14 10:30:15 2024 +0000 |
tree | 7cf773b2e2eb06082477d271d5543af0b2302e9e | |
parent | 9f83523d60a6db42321c7ad17ffafae2d12d3141 [diff] | |
parent | 6bede1ee90b892611428122eb0e688b5ca459dfe [diff] |
Merge "Fix the DSU notification behavior" into main
diff --git a/packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java b/packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java index 25ac3c9..635dc42 100644 --- a/packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java +++ b/packages/DynamicSystemInstallationService/src/com/android/dynsystem/DynamicSystemInstallationService.java
@@ -172,7 +172,7 @@ // This is for testing only now private boolean mEnableWhenCompleted; - private boolean mOneShot; + private boolean mOneShot = true; private boolean mHideNotification; private InstallationAsyncTask.Progress mInstallTaskProgress;