Cherish:Add OnePlus 7T/7 Pro supported

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-05-27 16:48:24 +07:00
parent 9f0a876307
commit eb5e2d5d5e
2 changed files with 23 additions and 1 deletions

View File

@@ -93,6 +93,10 @@
<string name="enchilada_maintainer">Zahid M</string>
<string name="device_fajita">Oneplus 6T</string>
<string name="fajita_maintainer">Chandu</string>
<string name="device_hotdogb">Oneplus 7T</string>
<string name="hotdogb_maintainer">Addy</string>
<string name="device_guacamole">Oneplus 7 Pro</string>
<string name="guacamole_maintainer">Oogeid</string>
<!-- Lenovo Device maintainers -->
<string name="device_jd2019">Lenovo Z5s</string>

View File

@@ -295,7 +295,25 @@
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/Chandu078" />
android:data="https://t.me/zahidmgsk" />
</Preference>
<Preference
android:title="@string/hotdogb_maintainer"
android:summary="@string/device_hotdogb"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/Hotdogb_95" />
</Preference>
<Preference
android:title="@string/guacamole_maintainer"
android:summary="@string/device_guacamole"
android:icon="@drawable/ic_devs_phone" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/Oogeid" />
</Preference>
</PreferenceCategory>