Commit bd094a2d by Maurits van Beusekom Committed by GitHub

Merge pull request #200 from george/patch-1

fixes minor README typo
parents f7b10b1d b60e671f
...@@ -162,7 +162,7 @@ import 'package:permission_handler/permission_handler.dart'; ...@@ -162,7 +162,7 @@ import 'package:permission_handler/permission_handler.dart';
ServiceStatus serviceStatus = await PermissionHandler().checkServiceStatus(PermissionGroup.location); ServiceStatus serviceStatus = await PermissionHandler().checkServiceStatus(PermissionGroup.location);
``` ```
Checking the service status only makes sense for the `PermissionGroup.location` on Android and the `PermissionGroup.location`, `PermissionGroup.locationWhenInUser`, `PermissionGroup.locationAlways` or `PermissionGroup.sensors` on iOS. All other permission groups are not backed by a separate service and will always return `ServiceStatus.notApplicable`. Checking the service status only makes sense for the `PermissionGroup.location` on Android and the `PermissionGroup.location`, `PermissionGroup.locationWhenInUse`, `PermissionGroup.locationAlways` or `PermissionGroup.sensors` on iOS. All other permission groups are not backed by a separate service and will always return `ServiceStatus.notApplicable`.
### Open app settings ### Open app settings
......
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