Checked the example from Modern_Digital.
Works with Api 34 on an emulator and Android 14 device.
There are two questions:
1. For Api 24-34, the entry in the manifest
does not affect anything. Works without it. And
was required only for Api 34. Please check in the attached example.
2. Please tell me, is this example suitable for Google Play?
Works with Api 34 on an emulator and Android 14 device.
There are two questions:
1. For Api 24-34, the entry in the manifest
B4X:
AddPermission(android.permission.SCHEDULE_EXACT_ALARM)
B4X:
AddPermission(android.permission.POST_NOTIFICATIONS)
2. Please tell me, is this example suitable for Google Play?