Question

I'm working on an application that got an activity that is set to have intent filter

<intent-filter>
   <action android:name="android.intent.action.RINGTONE_PICKER"/>
   <category android:name="android.intent.category.DEFAULT"/>
</intent-filter>

This works fine when im testing with a HTC Magic phone, when I go to settings -> set ringtone, i get to choose from my app or the built in ringtone picker... But on Hero it goes directly to the build in picker...

Anyone got any idea on what the problem could be?

Was it helpful?

Solution

Thanks for response, but we already found a way... to add another intent-filter... seems like HTC Hero uses a HTC_RINGTONE_PICKER intent insted of RINGTONE_PICKER intent...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top