this event is reported for each activity that moves to foreground. This event is corresponding to Activity.onResume() of the activity's lifecycle.」 ※参考URL Activity (Youtube)側の画面遷移する時eventが呼ばれますので、 Youtubeを利用するとき「ACTIVITY_RESUMED(フォアグラウンド)」が数回呼ばれるのは当たり前です。 精確なYouTube利用履歴の取得は難しいよう (実現できるAPIが存在しない模様) ただ、その中で出来る変更として、 Activityのライフスタイル: Actuivity paused (バックグラウンド)-> Activity_stopped で取得するよう変更した。 20