是否可以像通过通知启动一样从我的应用程序启动一个应用程序?我有StatusBarNotification对象

时间:2019-06-06 03:15:53

标签: java android android-intent notifications notification-listener

我想启动一个应用程序,就像它是通过我的应用程序的通知面板启动的一样。我有状态栏通知对象,有什么办法可以通过它得到意图?

当我使用程序包名称启动该应用程序时,它将像被单击一样启动该应用程序。

if (launchIntent != null) {
    startActivity(launchIntent);
}

1 个答案:

答案 0 :(得分:0)

gcc -c file2.c
readelf -s file2.o
...
7: 0000000000000000     8 OBJECT  GLOBAL DEFAULT    2 var
...