Revert "Integrate Settings with Preference Service"
This reverts commit 9edbc798bf.
Reason for revert: Likely culprit for b/382590599 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.
Change-Id: Ib41c13e8ba2e0eaa1ec31486ccf1f61f55793e95
This commit is contained in:
committed by
Android (Google) Code Review
parent
9edbc798bf
commit
b2986f77a4
@@ -5412,17 +5412,6 @@
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<!-- Service to expose Preference Metadata and Get/Set functionality -->
|
||||
<service
|
||||
android:name=".service.PreferenceService"
|
||||
android:exported="true"
|
||||
android:featureFlag="com.android.settingslib.flags.settings_catalyst"
|
||||
android:permission="android.permission.READ_SYSTEM_PREFERENCES">
|
||||
<intent-filter>
|
||||
<action android:name="android.service.settings.preferences.action.PREFERENCE_SERVICE" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<receiver android:name="com.android.settings.connecteddevice.audiosharing.AudioSharingReceiver"
|
||||
android:exported="false">
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user