浏览代码

Update new Readme.md

PKnittel 11 年之前
父节点
当前提交
856e8d0f36
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      README.md

+ 0 - 2
README.md

@@ -531,8 +531,6 @@ The launch mode for the main activity has to be set to `singleInstance`
 <activity ... android:launchMode="singleInstance" ... />
 ```
 
-### A notification cleared by the User is still shown as Triggered on Android
-It is not possible on Android to listen for an application notification to be cleared by the user. Currently, the only way to prevent that sort of behavior is to set the "ongoing" parameter to "true" and cancel the notification during the onclick event.
 
 ## Contributing