Commit 5590a42d by Sebastian Roth

Android uses request code 24 from now on

parent 718cbbb9
......@@ -33,7 +33,7 @@ import io.flutter.plugin.common.PluginRegistry.Registrar;
public class PermissionHandlerPlugin implements MethodCallHandler {
private static final String LOG_TAG = "permissions_handler";
private static final int PERMISSION_CODE = 25;
private static final int PERMISSION_CODE = 24;
//PERMISSION_GROUP
private static final int PERMISSION_GROUP_CALENDAR = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment