Add basic Android host application to the Android Accessory Host class driver demo.
This commit is contained in:
parent
707934d9cb
commit
5a3baec455
39 changed files with 391 additions and 5 deletions
|
@ -0,0 +1,9 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:orderInCategory="100"
|
||||
android:showAsAction="never"
|
||||
android:title="@string/action_settings"/>
|
||||
|
||||
</menu>
|
Loading…
Add table
Add a link
Reference in a new issue