Ignore:
Timestamp:
07/02/10 21:34:52 (14 years ago)
Author:
lukacu
Branch:
default
Convert:
svn:f819dc9c-ca78-df11-852c-0018fe7759ca/trunk@7
Message:

Fix for #15.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • android/AndroidManifest.xml

    r2 r6  
    1818        <activity android:name="ComicViewerActivity" android:launchMode="singleTask" android:allowTaskReparenting="false"> 
    1919            <intent-filter> 
     20            <action android:name="org.webstrips.VIEW"></action> 
     21            </intent-filter> 
     22        </activity> 
    2023 
    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> 
    2328        </activity> 
    2429 
Note: See TracChangeset for help on using the changeset viewer.