summaryrefslogtreecommitdiffstats
path: root/tutorials/NotepadCodeLab/Notepadv2Solution/AndroidManifest.xml
diff options
context:
space:
mode:
authorTom O'Neill <tomo@google.com>2009-12-15 11:27:15 -0800
committerTom O'Neill <tomo@google.com>2009-12-16 09:54:24 -0800
commit77560fc704f2933e0df8a4be0768b2439a0bab2a (patch)
treeb42a79fbe8648db3bca5c2f1c0dd19c4670262ba /tutorials/NotepadCodeLab/Notepadv2Solution/AndroidManifest.xml
parent7a416277107f8ae46831fe8c5501f7e618a37f3e (diff)
downloadandroid_development-77560fc704f2933e0df8a4be0768b2439a0bab2a.tar.gz
android_development-77560fc704f2933e0df8a4be0768b2439a0bab2a.tar.bz2
android_development-77560fc704f2933e0df8a4be0768b2439a0bab2a.zip
Finish adding Makefiles for the Notepad tutorial.
Add the missing makefiles for the non-solution versions of the tutorial code. Required providing missing imports in Notepadv2. Also standardized white spaces using Source > Correct Indentation in Eclipse and a few manual changes. This was done to minimize differences such as: diff -r Notepadv1 Notepadv1Solution diff -r Notepadv1Solution/src/com/android/demo/notepad1/ Notepadv2/src/com/android/demo/notepad2/ Change-Id: Ie8b10efd61f2200b3c741ea500a6924710ab54ed
Diffstat (limited to 'tutorials/NotepadCodeLab/Notepadv2Solution/AndroidManifest.xml')
-rwxr-xr-xtutorials/NotepadCodeLab/Notepadv2Solution/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/NotepadCodeLab/Notepadv2Solution/AndroidManifest.xml b/tutorials/NotepadCodeLab/Notepadv2Solution/AndroidManifest.xml
index dbfc9d0f7..b86a7419c 100755
--- a/tutorials/NotepadCodeLab/Notepadv2Solution/AndroidManifest.xml
+++ b/tutorials/NotepadCodeLab/Notepadv2Solution/AndroidManifest.xml
@@ -7,6 +7,6 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
- <activity android:name=".NoteEdit"></activity>
+ <activity android:name=".NoteEdit" />
</application>
</manifest> \ No newline at end of file