chore(android): remove obsolete workaround

This commit is contained in:
Harsh Shandilya 2023-11-20 00:55:18 +05:30
parent de46f1b159
commit 035d33fcea
No known key found for this signature in database
1 changed files with 0 additions and 9 deletions

View File

@ -157,15 +157,6 @@
android:value="androidx.startup"
tools:node="remove" />
</provider>
<!-- https://issuetracker.google.com/issues/258619948 -->
<receiver
android:name="androidx.profileinstaller.ProfileInstallReceiver"
android:exported="true"
android:permission="android.permission.DUMP">
<intent-filter>
<action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
</intent-filter>
</receiver>
<receiver
android:name=".glance.WidgetReceiver"
android:exported="true">