Loading res/xml/preference_about.xml +11 −3 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <Preference android:icon="@null" android:key="contacts_info" android:summary="@string/preferences_app_info" android:title="@string/preferences_app_info_title" /> Loading @@ -32,6 +33,7 @@ </Preference> <Preference android:icon="@null" android:key="about_app" android:title="@string/preferences_about_app"> Loading @@ -41,19 +43,25 @@ </Preference> <Preference android:title="@string/preferences_licence"> <Preference android:icon="@null" android:title="@string/preferences_licence"> <intent android:action="android.intent.action.VIEW" android:data="https://gitlab.e.foundation/e/os/android_packages_apps_Contacts/-/blob/v1-oreo/NOTICE" /> </Preference> <Preference android:title="@string/preferences_authors"> <Preference android:icon="@null" android:title="@string/preferences_authors"> <intent android:action="android.intent.action.VIEW" android:data="https://gitlab.e.foundation/e/os/android_packages_apps_Contacts" /> </Preference> <Preference android:title="@string/preferences_source_code"> <Preference android:icon="@null" android:title="@string/preferences_source_code"> <intent android:action="android.intent.action.VIEW" android:data="https://gitlab.e.foundation/e/os/android_packages_apps_Contacts" /> Loading Loading
res/xml/preference_about.xml +11 −3 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <Preference android:icon="@null" android:key="contacts_info" android:summary="@string/preferences_app_info" android:title="@string/preferences_app_info_title" /> Loading @@ -32,6 +33,7 @@ </Preference> <Preference android:icon="@null" android:key="about_app" android:title="@string/preferences_about_app"> Loading @@ -41,19 +43,25 @@ </Preference> <Preference android:title="@string/preferences_licence"> <Preference android:icon="@null" android:title="@string/preferences_licence"> <intent android:action="android.intent.action.VIEW" android:data="https://gitlab.e.foundation/e/os/android_packages_apps_Contacts/-/blob/v1-oreo/NOTICE" /> </Preference> <Preference android:title="@string/preferences_authors"> <Preference android:icon="@null" android:title="@string/preferences_authors"> <intent android:action="android.intent.action.VIEW" android:data="https://gitlab.e.foundation/e/os/android_packages_apps_Contacts" /> </Preference> <Preference android:title="@string/preferences_source_code"> <Preference android:icon="@null" android:title="@string/preferences_source_code"> <intent android:action="android.intent.action.VIEW" android:data="https://gitlab.e.foundation/e/os/android_packages_apps_Contacts" /> Loading