我看过文档。但我发现只有一种方法可以通过Intent点击我的活动
PendingIntent contentIntent = PendingIntent.getActivity(this, 0, new Intent(this, MyMain.class), 0);
但我如何做出一些动作,例如在wievflipper中切换视图,然后才开始活动?
我试过阅读.putExtra()方法,但它只能添加常量值。我需要用flipper.SetDisplayedChild(i);
答案 0 :(得分:1)
将视图翻转逻辑放在onCreate()
中