added preferences for user plugin updates
This commit is contained in:
@ -130,6 +130,9 @@
|
||||
Note: If just want to use the desktop mode use the \'force desktop mode\' setting</string>
|
||||
<string name="pref_android_menu">Configure IITCm menu</string>
|
||||
<string name="pref_android_menu_sum">Toggle visibility of IITCm menu entries</string>
|
||||
<string name="pref_update_plugins_cat">Manage plugin updates</string>
|
||||
<string name="pref_force_plugin_update">Force plugin update</string>
|
||||
<string name="pref_force_plugin_update_sum">Update all enabled user plugins</string>
|
||||
|
||||
<string-array name="pref_hide_fullscreen">
|
||||
<item>System Bar</item>
|
||||
|
@ -92,6 +92,14 @@
|
||||
android:key="pref_disable_splash"
|
||||
android:title="@string/pref_disable_splash"/>
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:key="pref_update_plugins"
|
||||
android:title="@string/pref_update_plugins_cat">
|
||||
<com.cradle.iitc_mobile.IITC_ForceUpdatePreference
|
||||
android:key="pref_force_plugin_update"
|
||||
android:title="@string/pref_force_plugin_update"
|
||||
android:summary="@string/pref_force_plugin_update_sum"/>
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:key="pref_advanced_tweaks_cat"
|
||||
android:title="@string/pref_tweaks_cat">
|
||||
|
Reference in New Issue
Block a user