Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77505296 authored by ztenghui's avatar ztenghui Committed by Android (Google) Code Review
Browse files

Merge "Add the intent filter for video trimming." into gb-ub-photos-carlsbad

parents a4f38c0f b6b3c8cf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -217,6 +217,13 @@
        </activity>
        <activity android:name="com.android.gallery3d.app.TrimVideo"
                android:label="@string/trim_label">
            <intent-filter android:label="@string/crop_label">
                <action android:name="com.android.camera.action.TRIM" />
                <category android:name="android.intent.category.DEFAULT" />
                <data android:scheme="content" />
                <data android:scheme="file" />
                <data android:mimeType="video/*" />
            </intent-filter>
        </activity>

        <permission android:name="com.android.gallery3d.filtershow.permission.READ"