diff --git a/README.md b/README.md index dd76357..aa40093 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ DeviceSettings.app(); // Open wifi settings menu DeviceSettings.wifi(); + +// Open location settings menu +DeviceSettings.location(); ```