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
4 changes: 4 additions & 0 deletions res/values/resurrection_device_maintainers_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,10 @@
<string name="device_beckham" translatable="false">Moto Z3 Play</string>
<string name="device_beckham_codename" translatable="false">beckham</string>
<string name="device_beckham_maintainer" translatable="false"></string>

<string name="device_albus" translatable="false">Moto Z2 Play</string>
<string name="device_albus_codename" translatable="false">albus</string>
<string name="device_albus_maintainer" translatable="false">HeltonV</string>

<string name="device_lake" translatable="false">Moto G7 Plus</string>
<string name="device_lake_codename" translatable="false">lake</string>
Expand Down
6 changes: 6 additions & 0 deletions res/xml/device_maintainers_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,12 @@
app:codename="@string/device_payton_codename"
app:maintainer="@string/device_payton_maintainer"
app:type="phone" />
<com.android.settings.rr.Preferences.DevicePreference
android:id="@+id/device_albus"
android:title="@string/device_albus"
app:codename="@string/device_albus_codename"
app:maintainer="@string/device_albus_maintainer"
app:type="phone" />
</PreferenceCategory>

<PreferenceCategory
Expand Down