Skip to content

Commit

Permalink
#19 Drop Android 2.3 USB Accessory support. Fix Pedal Pi description …
Browse files Browse the repository at this point in the history
…and name
  • Loading branch information
SrMouraSilva committed Mar 6, 2018
1 parent bd9dbe9 commit f85bc70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:name="io.github.pedalpi.displayview.communication.server.App">
<!--<activity android:naio.github.pedalpi.displayview.activity.MainActivity">-->

<uses-library android:name="com.android.future.usb.accessory" />
<!--<uses-library android:name="com.android.future.usb.accessory" />-->

<activity android:name="io.github.pedalpi.displayview.activity.resume.ResumeActivity"
android:screenOrientation="sensorLandscape"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/accessory_filter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<usb-accessory model="CoolAccessory" manufacturer="My App Company" version="1.0"/>
<usb-accessory model="Display View" manufacturer="Pedal Pi" version="0.3.0"/>
</resources>

0 comments on commit f85bc70

Please sign in to comment.