jithware / brethap

https://jithware.github.io/brethap
GNU General Public License v3.0
49 stars 11 forks source link

DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION in fdroid build #103

Closed jithware closed 1 year ago

jithware commented 1 year ago

Remove com.jithware.brethap.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION in fdroid build

<uses-permission
    android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"         
    tools:node="remove" />
jithware commented 1 year ago

Check permissions:

flutter build apk && aapt d permissions build/app/outputs/flutter-apk/app-release.apk
jithware commented 1 year ago

In release >= 1.7.19+116