Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 381fa2c7 authored by Fan Zhang's avatar Fan Zhang
Browse files

Move bg.argb constant to TileUtils.

Bug: 110405144
Test: rebuild
Change-Id: I79d84c1c8cc052dadf3175ceef2f93c0ef3e2e14
parent 88ee680e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -126,6 +126,12 @@ public class TileUtils {
     */
    public static final String META_DATA_PREFERENCE_ICON_BACKGROUND_HINT =
            "com.android.settings.bg.hint";
    /**
     * Name of the meta-data item that should be set in the AndroidManifest.xml
     * to specify the icon background color as raw ARGB.
     */
    public static final String META_DATA_PREFERENCE_ICON_BACKGROUND_ARGB =
            "com.android.settings.bg.argb";

    /**
     * Name of the meta-data item that should be set in the AndroidManifest.xml
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class SettingsLibRobolectricTestRunner extends RobolectricTestRunner {
                    final List<ResourcePath> paths = super.getIncludedResourcePaths();
                    paths.add(resourcePath("file:frameworks/base/packages/SettingsLib/res"));
                    paths.add(resourcePath("file:frameworks/base/core/res/res"));
                    paths.add(resourcePath("file:frameworks/support/appcompat/res"));
                    paths.add(resourcePath("file:out/soong/.intermediates/prebuilts/sdk/current/androidx/androidx.appcompat_appcompat-nodeps/android_common/aar/res/"));
                    return paths;
                }
            };