UIPreference: Hide accent color preference on Android 12+ devices
Android 12 and above devices have system based accent color system known as monet that is highly customizable compared to our offerings. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
app:entries="@array/pref_accent"
|
||||
app:entryValues="@array/pref_accent_values"
|
||||
app:iconSpaceReserved="false"
|
||||
app:isPreferenceVisible="false"
|
||||
app:key="PREFERENCE_THEME_ACCENT"
|
||||
app:title="@string/pref_ui_accent_title"
|
||||
app:useSimpleSummaryProvider="true" />
|
||||
|
||||
Reference in New Issue
Block a user