2019-08-16 02:35:51 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2018 The Xiaomi-SDM660 Project
|
|
|
|
|
|
|
|
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 or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="org.lineageos.settings.device"
|
|
|
|
android:sharedUserId="android.uid.system">
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
|
|
|
|
|
|
|
|
<application
|
2023-02-22 09:51:07 -05:00
|
|
|
android:directBootAware="true"
|
2019-08-16 02:35:51 -04:00
|
|
|
android:label="@string/advanced_settings"
|
|
|
|
android:supportsRtl="true"
|
2021-12-05 02:23:40 -05:00
|
|
|
android:theme="@style/Theme.SubSettingsBase">
|
2019-08-16 02:35:51 -04:00
|
|
|
<receiver
|
|
|
|
android:name=".BootReceiver"
|
|
|
|
android:defaultToDeviceProtectedStorage="true"
|
|
|
|
android:directBootAware="true"
|
|
|
|
android:enabled="true"
|
2021-10-16 12:09:28 -04:00
|
|
|
android:exported="true">
|
2023-02-22 09:51:07 -05:00
|
|
|
<intent-filter android:priority="999">
|
2019-08-16 02:35:51 -04:00
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
|
|
<action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<action android:name="com.android.settings.action.EXTRA_SETTINGS" />
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".DeviceSettingsActivity"
|
2021-10-16 12:09:28 -04:00
|
|
|
android:exported="true"
|
2023-02-26 01:19:56 -05:00
|
|
|
android:label="@string/advanced_settings">
|
2019-08-16 02:35:51 -04:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<action android:name="com.android.settings.action.EXTRA_SETTINGS" />
|
|
|
|
</intent-filter>
|
2019-10-19 11:20:42 -04:00
|
|
|
<meta-data
|
2021-10-16 15:14:57 -04:00
|
|
|
android:name="com.android.settings.icon"
|
|
|
|
android:resource="@drawable/ic_mi"/>
|
2019-08-16 02:35:51 -04:00
|
|
|
<meta-data
|
|
|
|
android:name="com.android.settings.category"
|
2021-04-21 04:52:34 -04:00
|
|
|
android:value="com.android.settings.category.ia.system" />
|
2019-08-16 02:35:51 -04:00
|
|
|
<meta-data
|
|
|
|
android:name="com.android.settings.summary"
|
|
|
|
android:resource="@string/advanced_settings_summary" />
|
|
|
|
</activity>
|
|
|
|
|
|
|
|
<activity
|
|
|
|
android:name=".kcal.KCalSettingsActivity"
|
2021-10-16 12:09:28 -04:00
|
|
|
android:exported="true"
|
2019-08-16 02:35:51 -04:00
|
|
|
android:label="@string/advanced_settings_kcal">
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
2022-11-20 02:51:49 -05:00
|
|
|
|
|
|
|
<service
|
|
|
|
android:name=".PerformanceTileService"
|
|
|
|
android:icon="@drawable/thermal_balance"
|
|
|
|
android:label="@string/thermal_balance"
|
|
|
|
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.service.quicksettings.action.QS_TILE"/>
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2020-03-28 12:45:00 -04:00
|
|
|
|
2021-03-05 10:23:12 -05:00
|
|
|
<activity
|
|
|
|
android:name=".speaker.ClearSpeakerActivity"
|
|
|
|
android:exported="false"
|
|
|
|
android:label="@string/clear_speaker_title">
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2020-03-28 12:45:00 -04:00
|
|
|
<service
|
|
|
|
android:name=".FPSInfoService"
|
2021-10-16 12:09:28 -04:00
|
|
|
android:exported="true">
|
2020-03-28 12:45:00 -04:00
|
|
|
</service>
|
|
|
|
|
|
|
|
<service
|
|
|
|
android:name=".FPSTileService"
|
|
|
|
android:icon="@drawable/ic_fps_info"
|
|
|
|
android:label="@string/fps_info_title"
|
|
|
|
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
|
|
|
|
<intent-filter>
|
|
|
|
<action
|
|
|
|
android:name="android.service.quicksettings.action.QS_TILE"/>
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2019-08-16 02:35:51 -04:00
|
|
|
|
2021-04-09 11:29:25 -04:00
|
|
|
<service
|
|
|
|
android:name=".DiracService"
|
|
|
|
android:enabled="true"
|
|
|
|
android:stopWithTask="false" />
|
2019-08-16 02:35:51 -04:00
|
|
|
</application>
|
|
|
|
</manifest>
|