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

Contents of /android/CheckUpdates/AndroidManifest.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 908 - (show annotations) (download) (as text)
Sat Jun 26 00:04:58 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/xml
File size: 369 byte(s)
Re-import as an android project
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="dk.thoerup.checkupdates"
4 android:versionCode="1"
5 android:versionName="1.0">
6 <application android:icon="@drawable/icon" android:label="@string/app_name">
7
8
9 </application>
10 <uses-sdk android:minSdkVersion="4" />
11
12 </manifest>

  ViewVC Help
Powered by ViewVC 1.1.20