0

I want to fire an event when the user opens his messages from a particular sender. I am thinking of using a Service which fires that event when the user opens his messages. First, I would like to know if this thing is feasible? I mean, is it possible to get the info that the user has opened his messages (of a particular user in Android)?

Second, is using Service the only way I can get through it? Is there any other method?

Thank you guys in advance :) ...

4

1 に答える 1

0

つまり、ユーザーが (Android の特定のユーザーの) メッセージを開いたという情報を取得することは可能ですか?

あなたが言及している「メッセージ」の種類や、それらの「メッセージ」がどのアプリで表示されるかについては言及していません.

そうは言っても、アプリの開発者がブロードキャストを介して個人データ (「メッセージ」受信者など) を漏らしていない限り、Intent求める情報を取得することはできません。

于 2012-11-07T20:38:18.047 に答える