|
54 | 54 | app:title="@string/notification_settings" /> |
55 | 55 | </androidx.preference.PreferenceCategory> |
56 | 56 | <androidx.preference.PreferenceCategory |
57 | | - app:icon="@drawable/ic_build_tinted" |
58 | | - app:title="@string/advanced"> |
| 57 | + app:icon="@drawable/ic_firebase" |
| 58 | + app:title="@string/firebase"> |
59 | 59 | <androidx.preference.SwitchPreferenceCompat |
60 | 60 | app:defaultValue="true" |
61 | | - app:icon="@drawable/ic_firebase" |
62 | | - app:key="@string/key_firebase" |
63 | | - app:summary="@string/summary_preference_settings_firebase" |
64 | | - app:title="@string/firebase" /> |
| 61 | + app:icon="@drawable/ic_crashlytics" |
| 62 | + app:key="@string/key_firebase_crashlytics" |
| 63 | + app:summary="@string/summary_preference_settings_firebase_crashlytics" |
| 64 | + app:title="@string/firebase_crashlytics" /> |
| 65 | + <androidx.preference.SwitchPreferenceCompat |
| 66 | + app:defaultValue="true" |
| 67 | + app:icon="@drawable/ic_analytics" |
| 68 | + app:key="@string/key_firebase_analytics" |
| 69 | + app:summary="@string/summary_preference_settings_firebase_analytics" |
| 70 | + app:title="@string/firebase_analytics" /> |
| 71 | + <androidx.preference.SwitchPreferenceCompat |
| 72 | + app:defaultValue="true" |
| 73 | + app:icon="@drawable/ic_performance" |
| 74 | + app:key="@string/key_firebase_performance" |
| 75 | + app:summary="@string/summary_preference_settings_firebase_performance" |
| 76 | + app:title="@string/firebase_performance" /> |
65 | 77 | </androidx.preference.PreferenceCategory> |
66 | 78 | <androidx.preference.PreferenceCategory |
67 | 79 | app:icon="@drawable/ic_safety_check_tinted" |
|
110 | 122 | app:title="@string/consent_settings"> |
111 | 123 | <androidx.preference.SwitchPreferenceCompat |
112 | 124 | app:defaultValue="true" |
| 125 | + app:icon="@drawable/ic_analytics" |
113 | 126 | app:key="@string/key_consent_analytics" |
| 127 | + app:summary="@string/summary_consent_analytics_storage" |
114 | 128 | app:title="@string/analytics_storage" /> |
115 | 129 | <androidx.preference.SwitchPreferenceCompat |
116 | 130 | app:defaultValue="true" |
| 131 | + app:icon="@drawable/ic_ad_storage" |
117 | 132 | app:key="@string/key_consent_ad_storage" |
| 133 | + app:summary="@string/summary_consent_ad_storage" |
118 | 134 | app:title="@string/ad_storage" /> |
119 | 135 | <androidx.preference.SwitchPreferenceCompat |
120 | 136 | app:defaultValue="true" |
| 137 | + app:icon="@drawable/ic_user_data" |
121 | 138 | app:key="@string/key_consent_ad_user_data" |
| 139 | + app:summary="@string/summary_consent_ad_user_data" |
122 | 140 | app:title="@string/ad_user_data" /> |
123 | 141 | <androidx.preference.SwitchPreferenceCompat |
124 | 142 | app:defaultValue="true" |
| 143 | + app:icon="@drawable/ic_personalization" |
125 | 144 | app:key="@string/key_consent_ad_personalization" |
| 145 | + app:summary="@string/summary_consent_ad_personalization" |
126 | 146 | app:title="@string/ad_personalization" /> |
127 | 147 | </androidx.preference.PreferenceCategory> |
128 | 148 | </androidx.preference.PreferenceCategory> |
|
0 commit comments