在显示推送通知之前检查活动是否已打开

时间:2017-07-02 00:12:37

标签: android push-notification

您好我已经成功地在我的应用程序中实现推送通知但是我有一个小问题我想修复。我有一个NotificationsActivity,显示应用中收到的所有通知的列表。

现在,如果此活动已打开,则我无需在顶部显示推送通知。因此,我想在执行推送通知之前检查此活动是否已打开。

这可能吗?如果是,怎么办呢?

1 个答案:

答案 0 :(得分:1)

是的,这是可能的。您必须使用ActivityManager。

    The C compiler identification is unknown
    The CXX compiler identification is unknown
    CMake Error at CMakeLists.txt:2 (project):
        No CMAKE_C_COMPILER could be found.



    CMake Error at CMakeLists.txt:2 (project):
        No CMAKE_CXX_COMPILER could be found.



    Configuring incomplete, errors occurred!
    See also "C:/build/CMakeFiles/CMakeOutput.log".
    See also "C:/build/CMakeFiles/CMakeError.log".