Merge "Add optional metadata to specify icon's background color." into pi-dev

am: 72634cae72

Change-Id: If469bf3f35e7cb9816f56ab90c966e7114c0a731
This commit is contained in:
Fan Zhang
2018-04-13 11:45:57 -07:00
committed by android-build-merger

View File

@@ -122,6 +122,13 @@ public class TileUtils {
*/ */
public static final String META_DATA_PREFERENCE_ICON = "com.android.settings.icon"; public static final String META_DATA_PREFERENCE_ICON = "com.android.settings.icon";
/**
* Name of the meta-data item that should be set in the AndroidManifest.xml
* to specify the icon background color. The value may or may not be used by Settings app.
*/
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 * Name of the meta-data item that should be set in the AndroidManifest.xml
* to specify the content provider providing the icon that should be displayed for * to specify the content provider providing the icon that should be displayed for