Skip to content

Commit

Permalink
Merge pull request #91 from adamantivm/libdevice2
Browse files Browse the repository at this point in the history
Limit installation to Tango devices
  • Loading branch information
adamantivm authored Apr 28, 2017
2 parents 151f9b2 + fe8844f commit d2b16cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tangobot_app/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:icon="@drawable/tangobot_logo">
<uses-library
android:name="com.projecttango.libtango_device2"
android:required="true" />
<activity
android:name=".MainActivity"
android:label="@string/app_name"
Expand Down

0 comments on commit d2b16cc

Please sign in to comment.