diff options
| author | Tom O'Neill <tomo@google.com> | 2009-12-10 17:21:48 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2009-12-10 17:21:48 -0800 |
| commit | 44e994e1d47deab75c19d8684e4da8398b448044 (patch) | |
| tree | 45f4c1fa50652ea4e98503b68dd9bc464af4ede3 /tutorials/NotepadCodeLab/Notepadv2/AndroidManifest.xml | |
| parent | 764ff7513a47da76a59fee7c5f299afb7662aac6 (diff) | |
| parent | 036832adba9d953f8d34ece1bd5b049f02437928 (diff) | |
am 036832ad: Merge change Ic944ab1e into eclair-mr2
Merge commit '036832adba9d953f8d34ece1bd5b049f02437928' into eclair-mr2-plus-aosp
* commit '036832adba9d953f8d34ece1bd5b049f02437928':
Extract and check in NotepadCodeLab.zip for change tracking
Diffstat (limited to 'tutorials/NotepadCodeLab/Notepadv2/AndroidManifest.xml')
| -rwxr-xr-x | tutorials/NotepadCodeLab/Notepadv2/AndroidManifest.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tutorials/NotepadCodeLab/Notepadv2/AndroidManifest.xml b/tutorials/NotepadCodeLab/Notepadv2/AndroidManifest.xml new file mode 100755 index 000000000..738fb2afc --- /dev/null +++ b/tutorials/NotepadCodeLab/Notepadv2/AndroidManifest.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + package="com.android.demo.notepad2"> + <application android:icon="@drawable/icon"> + <activity android:name=".Notepadv2" android:label="@string/app_name"> + <intent-filter> + <action android:name="android.intent.action.MAIN" /> + <category android:name="android.intent.category.LAUNCHER" /> + </intent-filter> + </activity> + </application> +</manifest>
\ No newline at end of file |
