~plaxx/tomdroid/iteration-3

« back to all changes in this revision

Viewing changes to AndroidManifest.xml

  • Committer: Olivier Bilodeau
  • Date: 2008-12-11 08:16:54 UTC
  • Revision ID: olivier@bottomlesspit.org-20081211081654-69xtl8g4g8bteaoz
NoteList activity that lists all the notes on the sdcard in 
/sdcard/tomdroid/.
Added a button on the main screen to load that activity. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    
14
14
 
15
15
<activity android:name=".NoteView"></activity>
 
16
<activity android:name=".NoteList"></activity>
 
17
 
16
18
</application>
17
19
        <uses-permission android:name="android.permission.INTERNET" />
18
20
</manifest> 
 
 
b'\\ No newline at end of file'