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

Settings: Add Potter maintainer #19

Open
wants to merge 1 commit into
base: oc-mr1
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
4 changes: 4 additions & 0 deletions res/values/custom_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<string name="liquid_about_dev2_title">Paul C (Dabug123)</string>
<string name="liquid_about_dev2_summary">CO-Lead/Kernel Dev</string>


<string name="liquid_about_dev4_title">Rajesh Pal</string>
<string name="liquid_about_dev4_summary">Moto G5 Plus (Potter) Maintainer</string>

<!-- Liquid Lounge -->
<string name="liquidlounge_title">Liquid Lounge</string>
<string name="liquidlounge_activity_summary">Personalize custom features</string>
Expand Down
10 changes: 9 additions & 1 deletion res/xml/liquid_about_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
android:action="android.intent.action.VIEW"
android:data="https://plus.google.com/u/0/105488358948058293922" />
</Preference>
<Preference
android:title="@string/liquid_about_dev4_title"
android:summary="@string/liquid_about_dev4_summary"
<intent
android:action="android.intent.action.VIEW"
android:data="https://t.me/rrajesh011" />
</Preference>


</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>