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.PushNotifications: Android 12 compatibility fix (hotfix) #1463

Closed mortend closed 1 year ago

mortend commented 1 year ago

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: