18 lines
540 B
XML
18 lines
540 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.mogo.module.machine.vision"
|
|
android:versionCode="1"
|
|
android:versionName="1.0.0" >
|
|
|
|
<uses-sdk
|
|
android:minSdkVersion="19"
|
|
android:targetSdkVersion="22" />
|
|
|
|
<application>
|
|
<service
|
|
android:name="com.mogo.module.machine.vision.MachineVisionMapService"
|
|
android:exported="false"
|
|
android:process=":machinevision" />
|
|
</application>
|
|
|
|
</manifest> |