-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It don't work with android 12 (API 31) #59
Comments
Same issue for me. @umair13adil can you fix it please? |
I will fix this & send an update by today. |
@umair13adil I'm updated to version 2.0.7, i ran flutter clean -> pub get and try run my project but still same error.
|
@barangungor This error is from the 'AltBeacon' library that my plugin is using. Let me see if there is any update for it. I will update & release the plugin again. |
I have a fork that plugin repo and made some changes that work for me. you can use my repo add this instead of flutter beacon in pubspec.yml
and then in app base build.gradle made this changes:
|
I also get same issue with following receiver. Unfortunately @ravinandan25 git doesn't seem to work either.
|
Did you made changes in " app base build.gradle" file? @vladaman |
@ravinandan25 can you look my issue? #61 |
java.lang.SecurityException: Permission Denial: starting Intent { act=android.bluetooth.adapter.action.REQUEST_ENABLE cmp=com.android.settings/.bluetooth.RequestPermissionActivity } from ProcessRecord{321302e 23158:dw.ujjainapp.app/u0a438} (pid=23158, uid=10438) requires android.permission.BLUETOOTH_CONNECT please solve this issue |
This issue is resolved in version "2.0.8". |
Hello @umair13adil results are not coming through on android 12 where as everything works fine on Android 11 or less |
Same code works for android 11 but it shows this error for android 12:
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl1183447910.tmp/base.apk (at Binary XML file line #86): com.umair.beacons_plugin.RebootBroadcastReceiver: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]`
I have already added :
"android:exported="true" inside activity in AndroidMainfest.xml. Sill its not working
The text was updated successfully, but these errors were encountered: