You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i'm using other apps that allow editing pictures through another app, the ScreenshotTiles tools are always listed as available…
But they are the same exact tools as several other editing apps which they share their library with, such as PhotoEditor (https://github.com/burhanrashid52/PhotoEditor). So having the ScreenshotTiles tools show up along them is a bit redundant…
I'd like that the in-app tools ScreenshotTile uses stay in-app and don't appear when searching for editing tools.
The text was updated successfully, but these errors were encountered:
Create an <activity-alias> for the photo editor activity.
Move the public <intent-filter> from the activity to the <activity-alias>.
Now the <activity-alias> could be disabled with PackageManager's setComponentEnabledSetting but the activity would still be enabled and could still be started internally from the app.
The activity would need to receive the screenshot in a non-standard way i.e. not Intent.ACTION_EDIT
Same goes for the other "Post*" activities that have <intent-filter>s
When i'm using other apps that allow editing pictures through another app, the ScreenshotTiles tools are always listed as available…
But they are the same exact tools as several other editing apps which they share their library with, such as PhotoEditor (https://github.com/burhanrashid52/PhotoEditor). So having the ScreenshotTiles tools show up along them is a bit redundant…
I'd like that the in-app tools ScreenshotTile uses stay in-app and don't appear when searching for editing tools.
The text was updated successfully, but these errors were encountered: