Skip to content

Commit 2bf97b3

Browse files
Merge pull request #14580 from nextcloud/backport/14577/stable-3.31
[stable-3.31] Enhance CropImageActivity
2 parents 5bf869e + be165e8 commit 2bf97b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: app/src/main/AndroidManifest.xml

+4
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,10 @@
264264
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
265265
</intent-filter>
266266
</activity>
267+
<activity
268+
android:name="com.canhub.cropper.CropImageActivity"
269+
android:exported="false"
270+
tools:replace="android:exported" />
267271

268272
<receiver
269273
android:name="com.nextcloud.receiver.OfflineOperationActionReceiver"

0 commit comments

Comments
 (0)