summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-08-21 23:27:17 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-08-21 23:27:17 +0000
commit43604e983b40a9e51a10ebb1e8210c9599cd19f3 (patch)
tree8699f1e57149971355b5cd7febbbfdcd0e26e5fb
parent5e6c5c36a57bbd45296d1b524eb9489872fd2db6 (diff)
parente1ab0be0012450a02cb4bb24e8a123e069a1dd9b (diff)
Merge "Update language to comply with Android's inclusive language guidance" into main
-rw-r--r--packages/PackageInstaller/src/com/android/packageinstaller/PackageInstallerActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/PackageInstaller/src/com/android/packageinstaller/PackageInstallerActivity.java b/packages/PackageInstaller/src/com/android/packageinstaller/PackageInstallerActivity.java
index 9c6113ce4b47..3de6cfd10920 100644
--- a/packages/PackageInstaller/src/com/android/packageinstaller/PackageInstallerActivity.java
+++ b/packages/PackageInstaller/src/com/android/packageinstaller/PackageInstallerActivity.java
@@ -371,7 +371,7 @@ public class PackageInstallerActivity extends AlertActivity {
if (mLocalLOGV) Log.i(TAG, "onResume(): mAppSnippet=" + mAppSnippet);
if (mAppSnippet != null) {
- // load dummy layout with OK button disabled until we override this layout in
+ // load placeholder layout with OK button disabled until we override this layout in
// startInstallConfirm
bindUi();
checkIfAllowedAndInitiateInstall();