質問

I am making an android app in which I want to get the call logs of all incoming, outgoing and missed calls and i am using content observer for this but i don't know that how to use content observer in manifest file. can anyone help me how to do this... Thanks

役に立ちましたか?

解決

Content Observer are never implemented in Manifest file Dy run when they got fired..

他のヒント

Content observers are not supported in AndroidManifest.xml files. If in doubt whether some feature is supported or not, you can consult this page: The AndroidManifest.xml File

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top