##教你设计物联网
电子书《一步步搭建物联网系统》的APP版。
附加配置
Add AndroidManifest.xml
<!-- Accept chrome links -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="designiot.phodal.com" android:pathPrefix="/" android:scheme="http" />
</intent-filter>
<!-- Accept adb data flag -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:host="designiot.phodal.com" android:scheme="http" />
</intent-filter>
##Cordova Plugin Lists
- cordova plugin add https://github.com/katzer/cordova-plugin-email-composer.git
- cordova plugin add [email protected]
- cordova plugin add https://github.com/floatinghotpot/cordova-plugin-admob.git
- cordova plugin add https://github.com/pushandplay/cordova-plugin-apprate.git