-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add debug guard, fix bluetooth connect uuid
- Loading branch information
Showing
7 changed files
with
76 additions
and
111 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,3 @@ | ||
<resources> | ||
<string name="app_name">小車車遙控器</string> | ||
<string name="title_activity_settings">Settings</string> | ||
|
||
<!-- Strings related to Settings --> | ||
|
||
<!-- Example General settings --> | ||
<string name="pref_header_general">General</string> | ||
|
||
<string name="pref_title_social_recommendations">Enable social recommendations</string> | ||
<string name="pref_description_social_recommendations">Recommendations for people to contact | ||
based on your message history | ||
</string> | ||
|
||
<string name="pref_title_display_name">Display name</string> | ||
<string name="pref_default_display_name">John Smith</string> | ||
|
||
<string name="pref_title_add_friends_to_messages">Add friends to messages</string> | ||
<string-array name="pref_example_list_titles"> | ||
<item>Always</item> | ||
<item>When possible</item> | ||
<item>Never</item> | ||
</string-array> | ||
<string-array name="pref_example_list_values"> | ||
<item>1</item> | ||
<item>0</item> | ||
<item>-1</item> | ||
</string-array> | ||
|
||
<!-- Example settings for Data & Sync --> | ||
<string name="pref_header_data_sync">Data & sync</string> | ||
|
||
<string name="pref_title_sync_frequency">Sync frequency</string> | ||
<string-array name="pref_sync_frequency_titles"> | ||
<item>15 minutes</item> | ||
<item>30 minutes</item> | ||
<item>1 hour</item> | ||
<item>3 hours</item> | ||
<item>6 hours</item> | ||
<item>Never</item> | ||
</string-array> | ||
<string-array name="pref_sync_frequency_values"> | ||
<item>15</item> | ||
<item>30</item> | ||
<item>60</item> | ||
<item>180</item> | ||
<item>360</item> | ||
<item>-1</item> | ||
</string-array> | ||
|
||
<string-array name="list_preference_entries"> | ||
<item>Entry 1</item> | ||
<item>Entry 2</item> | ||
<item>Entry 3</item> | ||
</string-array> | ||
|
||
<string-array name="list_preference_entry_values"> | ||
<item>1</item> | ||
<item>2</item> | ||
<item>3</item> | ||
</string-array> | ||
|
||
<string-array name="multi_select_list_preference_default_value" /> | ||
|
||
<string name="pref_title_system_sync_settings">System sync settings</string> | ||
|
||
<!-- Example settings for Notifications --> | ||
<string name="pref_header_notifications">Notifications</string> | ||
|
||
<string name="pref_title_new_message_notifications">New message notifications</string> | ||
|
||
<string name="pref_title_ringtone">Ringtone</string> | ||
<string name="pref_ringtone_silent">Silent</string> | ||
|
||
<string name="pref_title_vibrate">Vibrate</string> | ||
</resources> |