<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="cn.reactnaive.nativetcscan">

    <application
        android:allowBackup="true"
        android:label="@string/app_name"
        android:supportsRtl="true"
        >
        <activity android:name=".activity.CaptureActivity"
                  android:theme="@android:style/Theme.NoTitleBar"
                  android:windowSoftInputMode="stateAlwaysHidden"/>

    </application>

</manifest>
