Add Check for updates button
This commit is contained in:
parent
623dff5c2a
commit
66d7c282ca
5 changed files with 28 additions and 2 deletions
|
|
@ -383,6 +383,7 @@
|
|||
|
||||
<!-- Updates -->
|
||||
<string name="update_app_key" translatable="false">update_app_key</string>
|
||||
<string name="manual_update_key">manual_update_key</string>
|
||||
<string name="update_pref_screen_key" translatable="false">update_pref_screen_key</string>
|
||||
<string name="update_expiry_key" translatable="false">update_expiry_key</string>
|
||||
|
||||
|
|
|
|||
|
|
@ -517,6 +517,8 @@
|
|||
<!-- Updates Settings -->
|
||||
<string name="updates_setting_title">Updates</string>
|
||||
<string name="updates_setting_description">Show a notification to prompt app update when a new version is available</string>
|
||||
<string name="manual_update_title">Check for updates</string>
|
||||
<string name="manual_update_description">Manually check for new versions</string>
|
||||
<!-- Minimize to exit action -->
|
||||
<string name="minimize_on_exit_title">Minimize on app switch</string>
|
||||
<string name="minimize_on_exit_summary">Action when switching to other app from main video player — %s</string>
|
||||
|
|
|
|||
|
|
@ -12,4 +12,11 @@
|
|||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<Preference
|
||||
android:key="@string/manual_update_key"
|
||||
android:summary="@string/manual_update_description"
|
||||
android:title="@string/manual_update_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue