Cherish:update maintainer

mido
X00T
raphael
RMX1901

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2020-11-22 21:11:34 +07:00
parent 0e08106f4c
commit 7d5b6bd527
2 changed files with 50 additions and 2 deletions

View File

@@ -63,7 +63,7 @@
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/NBD_ERICK" />
android:data="https://t.me/hungphan2001" />
</Preference>
<Preference
@@ -93,6 +93,15 @@
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"
@@ -104,4 +113,31 @@
</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>