Skip to content

Commit

Permalink
Do not export CropImageActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Jan 16, 2025
1 parent a6e451b commit 72074b1
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/amazon/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,11 @@
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />

<activity
android:name="com.canhub.cropper.CropImageActivity"
android:exported="false"
tools:node="replace" />

<service
android:name=".ServiceSynchronize"
android:exported="false"
Expand Down
5 changes: 5 additions & 0 deletions app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,11 @@
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />

<activity
android:name="com.canhub.cropper.CropImageActivity"
android:exported="false"
tools:node="replace" />

<service
android:name=".ServiceSynchronize"
android:exported="false"
Expand Down
5 changes: 5 additions & 0 deletions app/src/fdroid/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,11 @@
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />

<activity
android:name="com.canhub.cropper.CropImageActivity"
android:exported="false"
tools:node="replace" />

<service
android:name=".ServiceSynchronize"
android:exported="false"
Expand Down
5 changes: 5 additions & 0 deletions app/src/github/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,11 @@
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />

<activity
android:name="com.canhub.cropper.CropImageActivity"
android:exported="false"
tools:node="replace" />

<service
android:name=".ServiceSynchronize"
android:exported="false"
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,11 @@
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />

<activity
android:name="com.canhub.cropper.CropImageActivity"
android:exported="false"
tools:node="replace" />

<service
android:name=".ServiceSynchronize"
android:exported="false"
Expand Down
5 changes: 5 additions & 0 deletions app/src/play/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,11 @@
android:theme="@style/Theme.AppCompat.Translucent.NoTitleBar"
tools:node="replace" />

<activity
android:name="com.canhub.cropper.CropImageActivity"
android:exported="false"
tools:node="replace" />

<service
android:name=".ServiceSynchronize"
android:exported="false"
Expand Down

0 comments on commit 72074b1

Please sign in to comment.