Add button in settings to clear reCAPTCHA cookies
This commit is contained in:
parent
958b8badb6
commit
20ba845af7
4 changed files with 29 additions and 1 deletions
|
|
@ -97,6 +97,12 @@
|
|||
android:title="@string/export_data_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<Preference
|
||||
android:key="@string/clear_cookie_key"
|
||||
android:summary="@string/clear_cookie_summary"
|
||||
android:title="@string/clear_cookie_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<PreferenceCategory
|
||||
android:layout="@layout/settings_category_header_layout"
|
||||
android:title="@string/settings_category_feed_title">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue