mirror of
https://github.com/fr3ts0n/AndrOBD.git
synced 2025-12-23 22:28:06 -05:00
removed customisation of fault codes - since now translatable .property files
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
P0001 Fault code customized by fr3ts0n
|
||||
P9999 New, custom fault code by fr3ts0n
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -175,17 +175,6 @@
|
||||
android:mimeType="*/*"
|
||||
/>
|
||||
</Preference>
|
||||
<Preference
|
||||
android:icon="@drawable/ic_action_load"
|
||||
android:key="ext_file_faultcodes"
|
||||
android:summary="@string/select_extension"
|
||||
android:title="@string/fault_codes"
|
||||
>
|
||||
<intent
|
||||
android:action="android.intent.action.OPEN_DOCUMENT"
|
||||
android:mimeType="*/*"
|
||||
/>
|
||||
</Preference>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
@@ -50,8 +50,7 @@ public class SettingsActivity
|
||||
static final String[] extKeys =
|
||||
{
|
||||
"ext_file_conversions",
|
||||
"ext_file_dataitems",
|
||||
"ext_file_faultcodes"
|
||||
"ext_file_dataitems"
|
||||
};
|
||||
|
||||
// Preference key for data items
|
||||
|
||||
Reference in New Issue
Block a user