summaryrefslogtreecommitdiffstats
path: root/tutorials/NotepadCodeLab/Notepadv2Solution/AndroidManifest.xml
diff options
context:
space:
mode:
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