Get the context of Intent.RINGTONE_PICKER in Android -



Get the context of Intent.RINGTONE_PICKER in Android -

i'm developing custom ringtone picker app handles ringonepicker intent android. when execute "set ringtone" android main ringtone settings info this:

android.intent.extra.ringtone.type:1 android.intent.extra.ringtone.show_default:false android.intent.extra.ringtone.existing_uri:... android.intent.extra.ringtone.show_silent:true android.intent.extra.ringtone.title:phone ringtone

and when click "set ringtone" contact menu get

android.intent.extra.ringtone.show_default:true android.intent.extra.ringtone.existing_uri:... android.intent.extra.ringtone.type:1 android.intent.extra.ringtone.show_silent:false

my question how can know in context im running?, , if i'm setting contact ringtone, contact it? there seems no back upwards , need store contact number , ringtone selected.

by calling getcallingpackage() i'm able see if called "android ringtone" or "contact ringtone", still cannot contact user choose

android android-intent ringtone

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -