Changeset 6:791a51e03b78 for android/AndroidManifest.xml
- Timestamp:
- 07/02/10 21:34:52 (14 years ago)
- Branch:
- default
- Convert:
- svn:f819dc9c-ca78-df11-852c-0018fe7759ca/trunk@7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/AndroidManifest.xml
r2 r6 18 18 <activity android:name="ComicViewerActivity" android:launchMode="singleTask" android:allowTaskReparenting="false"> 19 19 <intent-filter> 20 <action android:name="org.webstrips.VIEW"></action> 21 </intent-filter> 22 </activity> 20 23 21 <action android:name="org.webstrips.VIEW"></action> 22 </intent-filter> 24 <activity android:name="ComicDetailsActivity" android:launchMode="singleTask" android:allowTaskReparenting="false"> 25 <intent-filter> 26 <action android:name="org.webstrips.INFO"></action> 27 </intent-filter> 23 28 </activity> 24 29
Note: See TracChangeset
for help on using the changeset viewer.