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

Commit 338d029f authored by Chih-Chung Chang's avatar Chih-Chung Chang
Browse files

Fix 5388852: Separate CropImage activity to another process to have more memory.

Change-Id: I3bed66e9c61269f94d909508b8a4b3fa6b934976
parent 6c1f01e2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -178,7 +178,8 @@
        </activity>
        <activity android:name="com.android.gallery3d.app.CropImage"
                android:configChanges="keyboardHidden|orientation|screenSize"
                android:label="@string/crop_label">
                android:label="@string/crop_label"
                android:process=":crop">
            <intent-filter android:label="@string/crop_label">
                <action android:name="com.android.camera.action.CROP" />
                <data android:scheme="http" />