Browse Subversion Repository
Annotation of /NyARToolkitAndroid/AndroidManifest.xml
Parent Directory
| Revision Log
Revision 53 -
( hide annotations)
( download)
( as text)
Wed May 21 13:31:57 2008 UTC
(15 years, 10 months ago)
by shinobu_siv
File MIME type: application/xml
File size: 548 byte(s)
初期インポート。
| 1 |
shinobu_siv |
53 |
<?xml version="1.0" encoding="utf-8"?> |
| 2 |
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 3 |
|
|
package="jp.ac.kyutech.ai.ylab.shiva"> |
| 4 |
|
|
<application android:icon="@drawable/icon"> |
| 5 |
|
|
<activity android:name=".NyARToolkitAndroidActivity" android:label="@string/app_name"> |
| 6 |
|
|
<intent-filter> |
| 7 |
|
|
<action android:name="android.intent.action.MAIN" /> |
| 8 |
|
|
<category android:name="android.intent.category.LAUNCHER" /> |
| 9 |
|
|
</intent-filter> |
| 10 |
|
|
</activity> |
| 11 |
|
|
</application> |
| 12 |
|
|
</manifest> |
|