Sha256: e62b32c0265ae5452d69db12b7e7952e9b233ef0f7eb39c79b874ebb9c04fd01

Contents?: true

Size: 1.26 KB

Versions: 8

Compression:

Stored size: 1.26 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.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
rhodes-5.5.18 lib/commonAPI/barcode/ext/platform/android/AndroidManifest.xml
rhodes-5.5.17 lib/commonAPI/barcode/ext/platform/android/AndroidManifest.xml
rhodes-5.5.15 lib/commonAPI/barcode/ext/platform/android/AndroidManifest.xml
rhodes-5.5.0.22 lib/commonAPI/barcode/ext/platform/android/AndroidManifest.xml
rhodes-5.5.2 lib/commonAPI/barcode/ext/platform/android/AndroidManifest.xml
rhodes-5.5.0.7 lib/commonAPI/barcode/ext/platform/android/AndroidManifest.xml
rhodes-5.5.0.3 lib/commonAPI/barcode/ext/platform/android/AndroidManifest.xml
rhodes-5.5.0 lib/commonAPI/barcode/ext/platform/android/AndroidManifest.xml