Commit 4e2ec04
authored
[Xamarin.Android.Build.Tasks] Timing.xml &
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#exportedandroid:exported="true" (#7551)1 parent 4500d7d commit 4e2ec04
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments