문제

I've got app, which uses third party video stream player (one activity and a lot of .so dependencies) to play the HLS streams.

My issue is that if anybody click on video file on SD-card (e.g. in total commander ), system shows list of potential video players and my app is in the list. How to prevent it? My app is not intended for this action to play video files. Thank you.

도움이 되었습니까?

해결책

How to prevent it?

Somewhere in your manifest, you have an <intent-filter> on an <activity> that advertises that you know how to VIEW video files. Remove that <intent-filter>, and that should clear up this problem.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top