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 beryllium #8

Open
wants to merge 1 commit into
base: 13
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
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@

<string name="device_lisa" translatable="false">Xiaomi 11 Lite Ne 5G</string>
<string name="device_lisa_summary" translatable="false">Lisa\nLazyDevAk(Ankit kene)</string>

<string name="device_beryllium" translatable="false">Poco F1</string>
<string name="device_beryllium_summary" translatable="false">beryllium\nRahulGorai(Rahul Gorai)</string>

<string name="device_bitra" translatable="false">realme GT Neo 2</string>
<string name="device_bitra_summary" translatable="false">bitra\nSathamHussainM(SathamHussainM)</string>
Expand Down
15 changes: 15 additions & 0 deletions packages/apps/AncientSettings/res/xml/device_maintainers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,21 @@

</PreferenceCategory>

<PreferenceCategory
android:id="@+id/device_category_xiaomi"
android:title="@string/device_category_xiaomi_title" >

<Preference
android:id="@+id/device_beryllium"
android:icon="@drawable/ancient_device"
android:summary="@string/device_beryllium_summary"
android:title="@string/device_beryllium" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/RahulGorai" />
</Preference>
</PreferenceCategory>

<PreferenceCategory
android:id="@+id/device_category_realme"
android:title="@string/device_category_realme_title" >
Expand Down