fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Fuse.LocalNotifications: Android 12 compatibility fix #1452

Closed mortend closed 1 year ago

mortend commented 1 year ago

Add the android:exported attribute to silence the following error when targetting Android 12 (API 31):

Apps targeting Android 12 and higher are required to specify an
explicit value for `android:exported` when the corresponding
component has an intent filter defined. [...]

This PR contains: