<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
          package="org.weex.plugin.device"  >

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

    <application>
        <activity
            android:name=".CaptureMyActivity"
            android:theme="@style/activity.Theme"
            android:windowSoftInputMode="adjustPan" />
    </application>
</manifest>