OSDN Git Service

am 014369d5: Bring Gallery2 manifest into parity with CROP support
authorAlan Newberger <alann@google.com>
Thu, 18 Sep 2014 00:47:02 +0000 (00:47 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 18 Sep 2014 00:47:02 +0000 (00:47 +0000)
* commit '014369d5abdcd23e951d31021144d2e0039cd218':
  Bring Gallery2 manifest into parity with CROP support

AndroidManifest.xml

index 59da7ea..7c290c7 100644 (file)
             android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter android:label="@string/crop_label">
                 <action android:name="com.android.camera.action.CROP" />
-                <data android:scheme="http" />
-                <data android:scheme="https" />
                 <data android:scheme="content" />
                 <data android:scheme="file" />
-                <data android:scheme="" />
                 <data android:mimeType="image/*" />
                 <category android:name="android.intent.category.DEFAULT" />
                 <category android:name="android.intent.category.ALTERNATIVE" />