Loading packages/SettingsLib/src/com/android/settingslib/drawer/TileUtils.java +7 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,13 @@ public class TileUtils { */ 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 * to specify the content provider providing the icon that should be displayed for Loading Loading
packages/SettingsLib/src/com/android/settingslib/drawer/TileUtils.java +7 −0 Original line number Diff line number Diff line Loading @@ -122,6 +122,13 @@ public class TileUtils { */ 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 * to specify the content provider providing the icon that should be displayed for Loading