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

Annotation of /android/Side9/AndroidManifest.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 732 - (hide annotations) (download) (as text)
Tue May 18 15:17:13 2010 UTC (14 years ago) by torben
File MIME type: text/xml
File size: 973 byte(s)
Support tattoo
1 torben 632 <?xml version="1.0" encoding="utf-8"?>
2     <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3     package="dk.thoerup.side9"
4 torben 703 android:versionName="1.0" android:versionCode="5">
5 torben 632 <application android:icon="@drawable/icon" android:label="@string/app_name">
6     <receiver android:name="Side9WidgetProvider" >
7     <intent-filter>
8     <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
9     </intent-filter>
10     <meta-data android:name="android.appwidget.provider" android:resource="@xml/widgetinfo" />
11     </receiver>
12     </application>
13 torben 732
14     <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="4"/>
15    
16     <supports-screens android:smallScreens="true"
17     android:normalScreens="true"
18     android:largeScreens="true"
19     android:anyDensity="true"/>
20 torben 632
21     <uses-permission android:name="android.permission.INTERNET"></uses-permission>
22     </manifest>

  ViewVC Help
Powered by ViewVC 1.1.20