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

Commit fd41f0b7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move bg.argb constant to TileUtils."

parents 632b3928 381fa2c7
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;
                }
            };