Sha256: 7a2dc2a1d265cb17e968d9d639958fda96772ec6c0ae110bcef77007934a1007

Contents?: true

Size: 1.44 KB

Versions: 8

Compression:

Stored size: 1.44 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.rhomobile.rhodes"
    android:versionCode="29"
    android:versionName="2.3.3">

  <application >

    <activity android:name="com.google.zxing.client.android.CaptureActivity"
              android:screenOrientation="landscape"
              android:configChanges="orientation|keyboardHidden|screenSize"
              android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
              android:windowSoftInputMode="stateAlwaysHidden">
      <intent-filter>
        <action android:name="com.google.zxing.client.android.SCAN"/>
        <category android:name="android.intent.category.DEFAULT"/>
      </intent-filter>
    </activity>
	<uses-library android:name="com.motorolasolutions.scanner" android:required="false"/>
	<uses-library android:name="com.motorolasolutions.adc.usbscanner" android:required="false" />
	<uses-library android:name="com.symbol.emdk" android:required="false"/>
    </application >

  <uses-permission android:name="android.permission.CAMERA"/>
  <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
  <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
  <uses-permission android:name="android.permission.VIBRATE"/>
  <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
  <uses-permission android:name="com.symbol.emdk.permission.EMDK"/>
</manifest> 

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rho-tau-extensions-7.6.0 libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml
rho-tau-extensions-7.4.1 libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml
rho-tau-extensions-7.1.17 libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml
rho-tau-extensions-6.2.0 libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml
rho-tau-extensions-6.0.11 libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml
rho-tau-extensions-6.0.0 libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml
rho-tau-extensions-5.5.18 libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml
rho-tau-extensions-5.5.17 libs/enterprise-barcode/ext/platform/android/AndroidManifest.xml