<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="org.weex.plugin.device"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk
        android:minSdkVersion="15"
        android:targetSdkVersion="25" />

    <uses-permission android:name="android.permission.VIBRATE" />

    <application>
        <activity
            android:name="org.weex.plugin.device.CaptureMyActivity"
            android:theme="@style/activity.Theme"
            android:windowSoftInputMode="adjustPan" />
    </application>

</manifest>