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

Added Realme C3/Narzo 10A (rmx2020) #102

Open
wants to merge 1 commit 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_rmx2020" translatable="false">Realme C3/Narzo 10A</string>
<string name="device_rmx2020_summary" translatable="false">rmx2020\nSarthak Roy (sarthakroy2002)</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 @@ -258,6 +258,16 @@
android:data="https://t.me/hellohoneybunny" />
</Preference>

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

</PreferenceCategory>

<PreferenceCategory
Expand Down