| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2015 BlissRoms Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:settings="http://schemas.android.com/apk/res/com.android.settings" |
| android:title="@string/about_bliss_title" > |
| <PreferenceScreen android:layout="@layout/bliss_logo_row" android:key="bliss_logo" /> |
| |
| <!-- BlissRoms OTA --> |
| <PreferenceScreen |
| android:key="bliss_ota" |
| android:title="@string/bliss_ota"> |
| <intent |
| android:action="android.intent.action.MAIN" |
| android:targetPackage="blissroms.updates" |
| android:targetClass="blissroms.updates.activities.MainActivity" /> |
| </PreferenceScreen> |
| |
| <!-- Bliss version --> |
| <Preference android:key="bliss_version" |
| style="?android:preferenceInformationStyle" |
| android:title="@string/bliss_version" |
| android:summary="@string/bliss_version_default" /> |
| |
| <!-- Bliss build date --> |
| <Preference android:key="build_date" |
| style="?android:preferenceInformationStyle" |
| android:title="@string/build_date" |
| android:summary="@string/build_date_default" /> |
| |
| <!-- Changelog --> |
| <PreferenceScreen |
| android:key="changelog" |
| android:title="@string/changelog_bliss_title" |
| android:fragment="com.blissroms.about.Changelog" |
| android:summary="@string/changelog_summary" /> |
| |
| <!-- Bliss Share --> |
| <PreferenceScreen |
| android:key="share" |
| android:title="@string/share_bliss_title" |
| android:summary="@string/share_bliss_summary" /> |
| |
| <!-- Bliss Github --> |
| <PreferenceScreen |
| android:key="bliss_source" |
| android:title="@string/bliss_source_title" |
| android:summary="@string/bliss_source_summary" /> |
| |
| <!-- Bliss Telegram --> |
| <PreferenceScreen |
| android:key="bliss_telegram" |
| android:title="@string/bliss_telegram_title" |
| android:summary="@string/bliss_telegram_summary" /> |
| |
| <!-- Bliss GooglePlus --> |
| <PreferenceScreen |
| android:key="bliss_google_plus" |
| android:title="@string/bliss_google_plus_title" |
| android:summary="@string/bliss_google_plus_summary" /> |
| |
| </PreferenceScreen> |