Cherish:Add santoni,platina,ysl

This commit is contained in:
Hưng Phan
2020-08-02 21:40:11 +07:00
committed by Hung Phan
parent ea66986274
commit ccec7213dc
2 changed files with 33 additions and 0 deletions

View File

@@ -30,6 +30,15 @@
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/lavender_maintainer"
android:summary="@string/device_lavender"
@@ -66,6 +75,24 @@
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/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>
</PreferenceScreen>