/[projects]/android/telmorewidget/AndroidManifest.xml
ViewVC logotype

Annotation of /android/telmorewidget/AndroidManifest.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1519 - (hide annotations) (download) (as text)
Wed Jun 15 20:18:18 2011 UTC (13 years ago) by torben
File MIME type: text/xml
File size: 694 byte(s)
one more step
1 torben 1395 <?xml version="1.0" encoding="utf-8"?>
2     <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3     package="dk.thoerup.telmorewidget"
4     android:versionCode="1"
5     android:versionName="1.0">
6    
7    
8     <application android:icon="@drawable/icon" android:label="@string/app_name">
9 torben 1519 <activity android:name="TelmoreActivity" android:label="Telmore">
10     <intent-filter>
11     <action android:name="android.intent.action.MAIN" />
12     <category android:name="android.intent.category.LAUNCHER" />
13     </intent-filter>
14     </activity>
15 torben 1395 </application>
16 torben 1519
17     <uses-permission android:name="android.permission.INTERNET"/>
18 torben 1395 </manifest>

  ViewVC Help
Powered by ViewVC 1.1.20