Skip to content

Commit e855ca5

Browse files
authored
Move KeyBox Data to the top
1 parent 62019d7 commit e855ca5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

res/xml/rising_settings_spoof.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
android:key="spoofing_system_wide_category"
2525
android:title="@string/spoofing_system_wide_category">
2626

27+
<!-- Keybox Data -->
28+
<com.android.settings.preferences.KeyboxDataPreference
29+
android:key="keybox_data_setting"
30+
android:title="@string/keybox_data_title" />
31+
2732
<!-- GMS spoof -->
2833
<com.android.settings.preferences.SystemPropertySwitchPreference
2934
android:key="persist.sys.pp.gms"
3035
android:title="@string/gms_spoof_title"
3136
android:summary="@string/gms_spoof_summary"
3237
android:defaultValue="true" />
3338

34-
<!-- Keybox Data -->
35-
<com.android.settings.preferences.KeyboxDataPreference
36-
android:key="keybox_data_setting"
37-
android:title="@string/keybox_data_title" />
38-
3939
<!-- Block attestation even with Keybox Data -->
4040
<com.android.settings.preferences.SystemPropertySwitchPreference
4141
android:key="persist.sys.pp.gmscertchain"

0 commit comments

Comments
 (0)