You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: 1efa0cf
API-33 requires that publicly accessible receivers need to use
[`<receiver android:exported="true"/>`][0]in order to them to work.
The `Timing.xml` overlay did not have this attribute, which prevented
the `mono.android.app.DumpTimingData` receiver from working as
intended on Android 12.
Update `Timing.xml` so that the `DumpTimingData` receiver is
appropriately exported and usable on Android 12.
[0]: https://developer.android.com/guide/topics/manifest/receiver-element#exported
0 commit comments