Skip to content
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