This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
android_packages_apps_Cherish/res/xml/cherish_maintainers.xml
Hưng Phan 7d5b6bd527 Cherish:update maintainer
mido
X00T
raphael
RMX1901

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
2020-11-22 23:06:04 +07:00

144 lines
5.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 AIMROM
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 orimplied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/maintainers_header">
<PreferenceCategory
android:key="xiaomi_devices"
android:title="@string/xiaomi_devices" >
<Preference
android:title="@string/ginkgo_maintainer"
android:summary="@string/device_ginkgo"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/hung2408" />
</Preference>
<Preference
android:title="@string/santoni_maintainer"
android:summary="@string/device_santoni"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/hung2408" />
</Preference>
<Preference
android:title="@string/violet_maintainer"
android:summary="@string/device_violet"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/Iambusynow" />
</Preference>
<Preference
android:title="@string/lavender_maintainer"
android:summary="@string/device_lavender"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://github.com/hungphan2001" />
</Preference>
<Preference
android:title="@string/mido_maintainer"
android:summary="@string/device_mido"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/hungphan2001" />
</Preference>
<Preference
android:title="@string/whyred_maintainer"
android:summary="@string/device_whyred"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/san2k" />
</Preference>
<Preference
android:title="@string/kenzo_maintainer"
android:summary="@string/device_kenzo"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/MrJarvis698" />
</Preference>
<Preference
android:title="@string/platina_maintainer"
android:summary="@string/device_platina"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/iicecreamm" />
</Preference>
<Preference
android:title="@string/raphael_maintainer"
android:summary="@string/device_raphael"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/DrDishant" />
</Preference>
<Preference
android:title="@string/ysl_maintainer"
android:summary="@string/device_ysl"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/Shivamsingh74" />
</Preference>
</PreferenceCategory>
<PreferenceCategory
android:key="asus_devices"
android:title="@string/asus_devices" >
<Preference
android:title="@string/X00T_maintainer"
android:summary="@string/device_X00T"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/ken_kaneki_69" />
</Preference>
</PreferenceCategory>
<PreferenceCategory
android:key="realme_devices"
android:title="@string/realme_devices" >
<Preference
android:title="@string/RMX1901_maintainer"
android:summary="@string/device_RMX1901"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/viralbanda" />
</Preference>
</PreferenceCategory>
</PreferenceScreen>