Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
db37c417
Commit
db37c417
authored
Jun 03, 2018
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow devices without gps
parent
b9f7dcc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
AndroidManifest.xml
android/AndroidManifest.xml
+9
-1
No files found.
android/AndroidManifest.xml
View file @
db37c417
...
...
@@ -59,7 +59,15 @@
<!-- Support devices without USB host mode since there are other connection types -->
<uses-feature
android:name=
"android.hardware.usb.host"
android:required=
"false"
/>
<uses-feature
android:name=
"android.hardware.location.GPS"
android:required=
"false"
/>
<!-- Support devices without Bluetooth since there are other connection types -->
<uses-feature
android:name=
"android.hardware.bluetooth"
android:required=
"false"
/>
<!-- Support devices that don't have location services -->
<uses-feature
android:name=
"android.hardware.location.gps"
android:required=
"false"
/>
<uses-feature
android:name=
"android.hardware.location.network"
android:required=
"false"
/>
<uses-feature
android:name=
"android.hardware.location"
android:required=
"false"
/>
<!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application.
Remove the comment if you do not require these default features. -->
<!-- %%INSERT_FEATURES -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment