Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

how to add permission setting to crosswalk config

sam_y_
Beginner
485 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
485 Views

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

0 Kudos
Reply