We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PD version is 3.0.1
if you set NeedsPermission(SYSTEM_ALERT_WINDOW), it won't generate code.
NeedsPermission(SYSTEM_ALERT_WINDOW)
This is because SystemAlertWindowHelper use JavaPoet's ClassName.
SystemAlertWindowHelper
/~https://github.com/permissions-dispatcher/PermissionsDispatcher/blob/master/processor/src/main/kotlin/permissions/dispatcher/processor/impl/kotlin/SystemAlertWindowHelper.kt#L3
Also, I guess onActivityResult method should be extension method of Activity.
onActivityResult
I will fix these and add test cases.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
PD version is 3.0.1
if you set
NeedsPermission(SYSTEM_ALERT_WINDOW)
, it won't generate code.This is because
SystemAlertWindowHelper
use JavaPoet's ClassName./~https://github.com/permissions-dispatcher/PermissionsDispatcher/blob/master/processor/src/main/kotlin/permissions/dispatcher/processor/impl/kotlin/SystemAlertWindowHelper.kt#L3
Also, I guess
onActivityResult
method should be extension method of Activity.I will fix these and add test cases.
The text was updated successfully, but these errors were encountered: