-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to k3b #11
Comments
The purpose of "intent-intercept" is to capture everything. If you donot want to capture the "Samsung Music app intent" with "intent-intercept" you have to
|
Thanks for the input, what should I remove exactly ? intent:playlist:37i9dQZF1DXcRXFNfZr7Tp#Intent;scheme=spotify;launchFlags=0x10000000;endACTION: android.intent.action.VIEW MATCHING ACTIVITIES: |
@k3b this com.apartapps.android.intentanalyser is a very similar app, but fortunately it does't mess with this. |
remove all findings of
should solve your problem |
Thanks a lot, will try soon ;) |
@k3b I know that it's a weird place and way to contact you, but I don't want to create/open a new issue in your repo https://github.com/k3b/intent-intercept and you didn't provided any E-Mail address, nor there's a PM / DM function here, so I will just report my findings here:
On the Samsung Music app, the Spotify tab, when I click on album or anything, the intent is captured by Intent Intercept, instead of opening the track list or whatever, tho when I disable the interception from within the app, a sub menu is opened and loaded as it should in Samsung Music, BTW - I don't have the Spotify app installed, it just shouldn't capture that by default.
The text was updated successfully, but these errors were encountered: