Fixed some intent filters for astridlite

pull/14/head
Sam Bosley 12 years ago
parent adba5c9374
commit 641ef8b337

@ -273,6 +273,11 @@
replace="com.todoroo.astridlite.WRITE" replace="com.todoroo.astridlite.WRITE"
flags="g" flags="g"
/> />
<replaceregexp file="AndroidManifest.xml"
match="&lt;action android:name=&quot;com.timsu.astrid"
replace="&lt;action android:name=&quot;com.todoroo.astridlite"
flags="g"
/>
<replaceregexp file="AndroidManifest.xml" <replaceregexp file="AndroidManifest.xml"
match="(android:versionName=&quot;)4" match="(android:versionName=&quot;)4"
replace="\10" replace="\10"

Loading…
Cancel
Save