Android中Intent用法,想问下Intent(this,getClass())启动的是哪个activity?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android中Intent用法,想问下Intent(this,getClass())启动的是哪个activity?相关的知识,希望对你有一定的参考价值。

mPendingIntent = PendingIntent.getActivity(this, 0, new Intent(this,
getClass()).addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP), 0);

参考技术A 就是启动自己啊,相当于this.getClass()本回答被提问者采纳 参考技术B getclass啊追问

以上是关于Android中Intent用法,想问下Intent(this,getClass())启动的是哪个activity?的主要内容,如果未能解决你的问题,请参考以下文章

我想问下SQL里的decimal是啥函数?

Android学习笔记之Intent

Intent的七大组件

求助,想问下div+css中这种投影效果怎么做的

android 文件选择

没有找到处理 Intent 的活动:android.intent.action.EDIT