Revert^2 "[Catalyst] Add settings service"

eafda3c490

Change-Id: I729410b1d9ea2f9c99739faafbb6b40394d7a9dc
This commit is contained in:
Chris Antol
2024-10-14 18:56:35 +00:00
committed by Android (Google) Code Review
parent eafda3c490
commit 42e146e9db
4 changed files with 49 additions and 0 deletions

View File

@@ -5299,6 +5299,17 @@
android:enabled="true"
android:exported="false" />
<!-- Once b/364771256 is fixed, add android:featureFlag="com.android.settings.flags.catalyst_service". -->
<!-- Permission is not yet finalized, use READ_BASIC_PHONE_STATE temporarily. -->
<service
android:name=".SettingsService"
android:exported="true"
android:permission="android.permission.READ_BASIC_PHONE_STATE">
<intent-filter>
<action android:name="com.android.settingslib.PREFERENCE_SERVICE" />
</intent-filter>
</service>
<receiver android:name="com.android.settings.connecteddevice.audiosharing.AudioSharingReceiver"
android:exported="false">
<intent-filter>