Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit bb8e7d8

Browse files
committed
some further cleanup and strings
1 parent 062768f commit bb8e7d8

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
55
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
66
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
7+
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
78

89
<application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:debuggable="true" android:allowBackup="true" android:supportsRtl="true" android:roundIcon="@mipmap/ic_launcher_round">
910
<activity android:label="@string/app_name" android:name="org.hvdw.fytfunctionalityextender.SettingsActivity">

app/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<string name="paypal_url" translatable="false">https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=HK2KGH6QVA992</string>
3535
<string name="about">About</string>
3636
<string name="xda_discussion_title">XDA Discussion thread</string>
37-
<string name="xda_discussion_summary">Discuss or ask questions about this module on XDA</string>
37+
<string name="xda_discussion_summary">Discuss or ask questions about this little app on XDA</string>
3838
<string name="github_title">Source code</string>
39-
<string name="github_summary">Explore the source code of FytReceiver on Github</string>
39+
<string name="github_summary">Explore the source code of FFE(=FytFunctionalityExtender) on Github</string>
4040

4141
<string name="zygote_reboot_title">This change requires a soft reboot</string>
4242
<string name="zygote_reboot_message">This change requires a soft reboot. Do you want to do that now?</string>

app/src/main/res/xml/preferences.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- <PreferenceScreen
55
android:title="@string/misc_settings"
66
android:key="misc_settings"> -->
7-
<PreferenceCategory>
7+
<!-- <PreferenceCategory>
88
android:title="@string/misc_settings"
99
android:key="misc_settings">
1010
<SwitchPreference
@@ -13,7 +13,7 @@
1313
android:summaryOn="@string/use_root_access_sum_on"
1414
android:summaryOff="@string/use_root_access_sum_off"
1515
android:title="@string/use_root_access_title" />
16-
</PreferenceCategory>
16+
</PreferenceCategory> -->
1717
<!-- </PreferenceScreen> -->
1818

1919
<PreferenceScreen
@@ -31,7 +31,7 @@
3131
android:summaryOn="@string/restart_player_during_accon"
3232
android:summaryOff="@string/dont_restart_player_during_accon"
3333
android:title="@string/restart_player" />
34-
<ListPreference
34+
<!-- <ListPreference
3535
android:key="acc_on_call_option"
3636
android:entries="@array/key_call_entries"
3737
android:entryValues="@array/key_call_values"
@@ -41,7 +41,7 @@
4141
android:dependency="acc_on_call_option"
4242
android:key="acc_on_entry"
4343
android:title="@string/acc_on_text_title"
44-
android:defaultValue="input keyevent 126" />
44+
android:defaultValue="input keyevent 126" /> -->
4545
</PreferenceScreen>
4646
<PreferenceScreen
4747
android:title="@string/acc_off_settings"
@@ -58,7 +58,7 @@
5858
android:summaryOn="@string/pause_player_during_accoff"
5959
android:summaryOff="@string/dont_pause_player_during_accoff"
6060
android:title="@string/pause_player" />
61-
<ListPreference
61+
<!-- <ListPreference
6262
android:key="acc_off_call_option"
6363
android:entries="@array/key_call_entries"
6464
android:entryValues="@array/key_call_values"
@@ -68,7 +68,7 @@
6868
android:dependency="acc_off_call_option"
6969
android:key="acc_off_entry"
7070
android:title="@string/acc_off_text_title"
71-
android:defaultValue="input keyevent 127" />
71+
android:defaultValue="input keyevent 127" /> -->
7272
</PreferenceScreen>
7373

7474

@@ -84,15 +84,15 @@
8484
android:summary="@string/xda_discussion_summary">
8585
<intent
8686
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" />
8888
</Preference>
8989
<Preference
9090
android:key="github"
9191
android:title="@string/github_title"
9292
android:summary="@string/github_summary">
9393
<intent
9494
android:action="android.intent.action.VIEW"
95-
android:data="https://github.com/hvdwolf/FytReceiver" />
95+
android:data="https://github.com/hvdwolf/FytFunctionalityExtender" />
9696
</Preference>
9797
</PreferenceCategory>
9898
</PreferenceScreen>

0 commit comments

Comments
 (0)