44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2017 AIMROM
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express orimplied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:title="@string/maintainers_header">
|
|
|
|
<PreferenceCategory
|
|
android:key="xiaomi_devices"
|
|
android:title="@string/xiaomi_devices" >
|
|
|
|
<Preference
|
|
android:title="@string/ginkgo_maintainer"
|
|
android:summary="@string/device_ginkgo"
|
|
android:icon="@drawable/ic_devs_phone" >
|
|
<intent
|
|
android:action="android.intent.action.VIEW"
|
|
android:data="https://t.me/hung2408" />
|
|
</Preference>
|
|
|
|
<Preference
|
|
android:title="@string/lavender_maintainer"
|
|
android:summary="@string/device_lavender"
|
|
android:icon="@drawable/ic_devs_phone" >
|
|
<intent
|
|
android:action="android.intent.action.VIEW"
|
|
android:data="https://github.com/hungphan2001" />
|
|
</Preference>
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|