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

Contents of /android/telmorewidget/AndroidManifest.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1519 - (show annotations) (download) (as text)
Wed Jun 15 20:18:18 2011 UTC (12 years, 11 months ago) by torben
File MIME type: text/xml
File size: 694 byte(s)
one more step
1 <?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 <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 </application>
16
17 <uses-permission android:name="android.permission.INTERNET"/>
18 </manifest>

  ViewVC Help
Powered by ViewVC 1.1.20