Align Settings and SystemUI packageName references

This CL migrated both Settings and SystemUI packageName into Utils.java
to align references.

Bug: 277651621
Test: m Settings -j128
Change-Id: I3d6808de76120a2ddbbed4980b8a65cec81502c9
This commit is contained in:
Shen Lin
2023-04-11 18:09:19 +08:00
parent 8bf186bcf8
commit 57b03b309d
9 changed files with 23 additions and 17 deletions

View File

@@ -131,6 +131,8 @@ public final class Utils extends com.android.settingslib.Utils {
public static final String SETTINGS_PACKAGE_NAME = "com.android.settings";
public static final String SYSTEMUI_PACKAGE_NAME = "com.android.systemui";
public static final String OS_PKG = "os";
/**