safe has been locked. bumped version to 1.2.4
git-svn-id: http://openintents.googlecode.com/svn/trunk/Safe@2397
72b678ce-9140-0410-bee8-
679b907dd61a
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.openintents.safe" \r
- android:versionName="1.2.4" android:versionCode="13">\r
+ android:versionName="1.2.5" android:versionCode="14">\r
<!-- History:
1.2.3 [12]: 2009-11-23\r
1.2.2 [11]: 2009-10-29\r
To obtain the current release, visit\r
http://www.openintents.org\r
\r
+---------------------------------------------------------\r
+release: 1.2.5\r
+date: 2009-12-??\r
+- fixed latent service notification\r
+\r
---------------------------------------------------------\r
release: 1.2.4\r
date: 2009-11-27\r
if (masterKey!=null) {
lockOut();
}
+ ServiceNotification.clearNotification(ServiceDispatchImpl.this);
}
private void lockOut() {