cpp-145: Remove Update purchase info from the settings

Fixes #145
This commit is contained in:
serso 2015-02-19 10:13:20 +01:00
parent 0b5771fc91
commit c4a5ee38ab
3 changed files with 0 additions and 9 deletions

View File

@ -47,8 +47,6 @@
</string>
<string name="p_calc_use_back_button_as_prev" translatable="false">false</string>
<string name="p_clear_billing_info_key" translatable="false">clear_billing_info</string>
<string name="p_calc_show_release_notes_key" translatable="false">org.solovyev.android.calculator.CalculatorActivity_show_release_notes
</string>
<string name="p_calc_show_release_notes" translatable="false">true</string>

View File

@ -116,8 +116,6 @@
<string name="c_calc_show_release_notes_summary">Defines if release notes popup window should appear after update to the new version</string>
<string name="c_calc_use_back_button_as_prev_summary">Defines the behaviour of the Back button</string>
<string name="c_calc_use_back_button_as_prev_title">Use Back button for previous history</string>
<string name="c_clear_billing_info_summary">Purchase information will be reloaded from the server</string>
<string name="c_clear_billing_info_title">Update purchase information</string>
<string name="c_warning">Warning</string>
<string name="c_error">Error</string>
<string name="c_billing_error">Billing is not supported: you must have Google Checkout account linked to your Google account and must be connected to the internet.</string>

View File

@ -36,9 +36,4 @@
a:title="@string/c_calc_use_back_button_as_prev_title"
a:defaultValue="false"/>
<Preference
a:key="@string/p_clear_billing_info_key"
a:summary="@string/c_clear_billing_info_summary"
a:title="@string/c_clear_billing_info_title"/>
</PreferenceScreen>