hello i want to be able to set my app weither the default or not the default launching app like example :
im creating a music app and if the user clicked on an mp3 file , android will show a "Complete action using" window and there s some apps that launch this file type , i want to put my app in that list and how to import the file to the app for playing , tnx
The tutorial is for SMS but it shows how you can add intent filters. Note that in your case you need to add the intent filter to an activity not service.