ThanosFisherman / MayI

Android Runtime Permissions made easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example code does not compile

Behrouz-m opened this issue · comments

Mayi.withActivity(this) .withPermissions(Manifest.permission.READ_CONTACTS, Manifest.permission.ACCESS_FINE_LOCATION) .onRationale(this::permissionRationaleMulti) .onResult(this::permissionResultMulti) .check()

Hello,

I don't have any problems compiling the sample app. Do you get any error messages?

Closing this for now. Feel free to reopen it and post a stacktrace of the error.