Fix broken settings intent CTS test

We originally added this data field to the SYNC_SETTINGS intent as a backup but since we have our own and this is breaking CTS. This reverts that change.

Test: make & CTS
Bug: 275385380
Change-Id: I0da949e4adea9c3c8dfdb61017afe6908e72147c
This commit is contained in:
Becca Hughes
2023-03-29 18:24:47 +00:00
parent e78b3d3f7e
commit 20cb8478d4

View File

@@ -4202,7 +4202,6 @@
<action android:name="android.settings.SYNC_SETTINGS" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="package" />
</intent-filter>
<intent-filter android:priority="1">
<action android:name="android.settings.CREDENTIAL_PROVIDER" />