PendingIntent
  • 音标:/ˈpendɪŋ ɪnˈtent/
  • 意思:待定意图;允许其他应用以你的应用身份执行操作
  • 例句A PendingIntent grants another application the right to execute an operation as your app.
  • 翻译:PendingIntent授予另一个应用以你的应用身份执行操作的权利。
  • 补充说明:常用于通知点击跳转、AlarmManager定时任务、前台服务等场景。