1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-07-04 05:06:22 +00:00
2019-10-05 10:27:11 +02:00

8 lines
292 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hoho.android.usbserial"
android:versionCode="1"
android:versionName="1.0">
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>