Software Archive
Read-only legacy content
17061 Discussions

how to add permission setting to crosswalk config

sam_y_
Beginner
422 Views

I add the following setting in additional config xml. but it seems not work on crosswalk. so how can I config permission for crosswalk.

<uses-permission android:name ="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name ="android.permission.ACCESS_FINE_LOCATION"/>

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
422 Views

@Sam -- the geo plugin will add those permissions automatically, for you. You do not need to add them manually.

0 Kudos
Reply