Back to project page MakeWithMotoSampleApp.
The source code is released under:
GNU General Public License
If you think the Android project MakeWithMotoSampleApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.makewithmoto.example; /*from w ww .j ava 2 s . c o m*/ import java.io.File; import java.io.IOException; import java.security.InvalidParameterException; import android_serialport_api.SerialPort; public class Application extends android.app.Application { }