Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Realme X3 Support #109

Open
wants to merge 2 commits into
base: ten
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions res/values/maintainers_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
<string name="device_x2" translatable="false">Realme X2</string>
<string name="device_x2_summary" translatable="false">x2\nShubham Pawar (skpawar1305)</string>

<string name="device_RMX2081" translatable="false">Realme X3</string>
<string name="device_RMX2081_summary" translatable="false">RMX2081\nNishant Kumar (NishantKumar6342)</string>

<string name="device_Plate2" translatable="false">Nokia 6.1 2018</string>
<string name="device_Plate2_summary" translatable="false">Plate2\nAnkit Kene (ankitkene)</string>

Expand Down
10 changes: 10 additions & 0 deletions res/xml/device_maintainers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,16 @@
android:action="android.intent.action.VIEW"
android:data="https://t.me/hellohoneybunny" />
</Preference>

<Preference
android:id="@+id/device_RMX2081"
android:icon="@drawable/ancient_device"
android:summary="@string/device_RMX2081_summary"
android:title="@string/device_RMX2081" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/NishantKumar6342" />
</Preference>

</PreferenceCategory>

Expand Down