Cherish:Add lavender and ginkgo maintainer

This commit is contained in:
Hưng Phan
2020-05-12 14:49:28 +07:00
committed by Hung Phan
parent 99cee39d15
commit 7d7ffbae2c
3 changed files with 63 additions and 0 deletions

View File

@@ -16,5 +16,28 @@
<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/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>
</PreferenceCategory>
</PreferenceScreen>