diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-22 17:05:43 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-22 17:05:43 +0200 |
commit | d061f862667d13c2df80a958826f6e9b09aa654f (patch) | |
tree | 93ef373d377364c19b38a2801b843246ae07a698 /res | |
parent | e5b37b463c273389e9c9a8568f71b02610a7a178 (diff) | |
download | AntennaPod-d061f862667d13c2df80a958826f6e9b09aa654f.zip |
Removed flattr integration (not working)0.8_RC5
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/preferences.xml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index ef8d7a299..e13da035d 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -31,19 +31,8 @@ android:summary="@string/pref_mobileUpdate_sum" android:title="@string/pref_mobileUpdate_title" /> </PreferenceCategory> - <PreferenceCategory android:title="@string/flattr_settings_label" > - <PreferenceScreen - android:summary="@string/pref_flattr_auth_sum" - android:title="@string/pref_flattr_auth_title" android:key="pref_flattr_authenticate"> - <intent android:action=".activities.FlattrAuthActivity" /> - - </PreferenceScreen><Preference android:key="prefRevokeAccess" android:title="@string/pref_revokeAccess_title" android:summary="@string/pref_revokeAccess_sum"/> - <Preference - android:summary="@string/pref_flattr_this_app_sum" - android:title="@string/pref_flattr_this_app_title" android:key="prefFlattrThisApp"> + <PreferenceCategory android:title="@string/other_pref" ><Preference android:summary="@string/pref_flattr_this_app_sum" android:title="@string/pref_flattr_this_app_title" android:key="prefFlattrThisApp"> </Preference> - </PreferenceCategory> - <PreferenceCategory android:title="@string/other_pref" > <Preference android:title="@string/about_pref" android:key="prefAbout"/> </PreferenceCategory> |