Skip to content
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

Open
drogga opened this issue Dec 31, 2021 · 5 comments
Open

to k3b #11

drogga opened this issue Dec 31, 2021 · 5 comments

Comments

@drogga
Copy link
Owner

drogga commented Dec 31, 2021

@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.

@k3b
Copy link

k3b commented Dec 31, 2021

@drogga

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

  • download the "intent-intercept" source-code,
  • remove the "Samsung Music app intent" from the "intent-intercept-manifest",
  • compile the app for yourself
  • install you own compilation of "intent-intercept" on your android device.

@drogga
Copy link
Owner Author

drogga commented Dec 31, 2021

Thanks for the input, what should I remove exactly ?

intent:playlist:37i9dQZF1DXcRXFNfZr7Tp#Intent;scheme=spotify;launchFlags=0x10000000;end

ACTION: android.intent.action.VIEW
DATA: spotify:playlist:37i9dQZF1DXcRXFNfZr7Tp
URI: intent:playlist:37i9dQZF1DXcRXFNfZr7Tp#Intent;scheme=spotify;launchFlags=0x10000000;end
FLAGS:
FLAG_RECEIVER_FOREGROUND
EXTRAS:
1 Class: android.net.Uri$StringUri
Key: android.intent.extra.REFERRER
Value: android-app://com.sec.android.app.music


MATCHING ACTIVITIES:
none

@drogga
Copy link
Owner Author

drogga commented Dec 31, 2021

@k3b this com.apartapps.android.intentanalyser is a very similar app, but fortunately it does't mess with this.

@k3b
Copy link

k3b commented Jan 1, 2022

@drogga

what should I remove exactly ?

remove all findings of

   < data android:scheme="spotify" / >

should solve your problem

@drogga
Copy link
Owner Author

drogga commented Jan 1, 2022

Thanks a lot, will try soon ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants