|
4 | 4 | <!-- <PreferenceScreen |
5 | 5 | android:title="@string/misc_settings" |
6 | 6 | android:key="misc_settings"> --> |
7 | | - <PreferenceCategory> |
| 7 | +<!-- <PreferenceCategory> |
8 | 8 | android:title="@string/misc_settings" |
9 | 9 | android:key="misc_settings"> |
10 | 10 | <SwitchPreference |
|
13 | 13 | android:summaryOn="@string/use_root_access_sum_on" |
14 | 14 | android:summaryOff="@string/use_root_access_sum_off" |
15 | 15 | android:title="@string/use_root_access_title" /> |
16 | | - </PreferenceCategory> |
| 16 | + </PreferenceCategory> --> |
17 | 17 | <!-- </PreferenceScreen> --> |
18 | 18 |
|
19 | 19 | <PreferenceScreen |
|
31 | 31 | android:summaryOn="@string/restart_player_during_accon" |
32 | 32 | android:summaryOff="@string/dont_restart_player_during_accon" |
33 | 33 | android:title="@string/restart_player" /> |
34 | | - <ListPreference |
| 34 | +<!-- <ListPreference |
35 | 35 | android:key="acc_on_call_option" |
36 | 36 | android:entries="@array/key_call_entries" |
37 | 37 | android:entryValues="@array/key_call_values" |
|
41 | 41 | android:dependency="acc_on_call_option" |
42 | 42 | android:key="acc_on_entry" |
43 | 43 | android:title="@string/acc_on_text_title" |
44 | | - android:defaultValue="input keyevent 126" /> |
| 44 | + android:defaultValue="input keyevent 126" /> --> |
45 | 45 | </PreferenceScreen> |
46 | 46 | <PreferenceScreen |
47 | 47 | android:title="@string/acc_off_settings" |
|
58 | 58 | android:summaryOn="@string/pause_player_during_accoff" |
59 | 59 | android:summaryOff="@string/dont_pause_player_during_accoff" |
60 | 60 | android:title="@string/pause_player" /> |
61 | | - <ListPreference |
| 61 | +<!-- <ListPreference |
62 | 62 | android:key="acc_off_call_option" |
63 | 63 | android:entries="@array/key_call_entries" |
64 | 64 | android:entryValues="@array/key_call_values" |
|
68 | 68 | android:dependency="acc_off_call_option" |
69 | 69 | android:key="acc_off_entry" |
70 | 70 | android:title="@string/acc_off_text_title" |
71 | | - android:defaultValue="input keyevent 127" /> |
| 71 | + android:defaultValue="input keyevent 127" /> --> |
72 | 72 | </PreferenceScreen> |
73 | 73 |
|
74 | 74 |
|
|
84 | 84 | android:summary="@string/xda_discussion_summary"> |
85 | 85 | <intent |
86 | 86 | android:action="android.intent.action.VIEW" |
87 | | - android:data="https://forum.xda-developers.com/android-auto/android-head-units/xposed-4-xposed-modules-to-tweak-intel-t3748009" /> |
| 87 | + android:data="https://forum.xda-developers.com/android-auto/android-head-units/joying-extra-tools-apk-apk-to-help-t3628200" /> |
88 | 88 | </Preference> |
89 | 89 | <Preference |
90 | 90 | android:key="github" |
91 | 91 | android:title="@string/github_title" |
92 | 92 | android:summary="@string/github_summary"> |
93 | 93 | <intent |
94 | 94 | android:action="android.intent.action.VIEW" |
95 | | - android:data="https://github.com/hvdwolf/FytReceiver" /> |
| 95 | + android:data="https://github.com/hvdwolf/FytFunctionalityExtender" /> |
96 | 96 | </Preference> |
97 | 97 | </PreferenceCategory> |
98 | 98 | </PreferenceScreen> |
|
0 commit comments