Skip to content

phodal/designiot-app

Repository files navigation

##教你设计物联网

电子书《一步步搭建物联网系统》的APP版。

Get it on Google Play

附加配置

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