You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/14 17:49:58 UTC

[GitHub] Kasun002 opened a new issue #121: Askin permission when need

Kasun002 opened a new issue #121: Askin permission when need
URL: https://github.com/apache/cordova-plugin-geolocation/issues/121
 
 
   Iam using this plugin with this permission
   
   <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
       <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
       <uses-feature android:name="android.hardware.location.gps" />
   
   how to ask permission when we need only.
   
   In my situation it ask location when app initally load

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org