You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.thinkit.lewebconnect"
android:versionCode="2"
android:versionName="1.1" >
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="10"/>
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" android:debuggable="true">
<activity
android:label="@string/app_name"
android:name=".LeWebConnect"
android:theme="@android:style/Theme.NoTitleBar" >
<intent-filter >
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:label="@string/app_name"
android:name=".Perticipents"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<activity
android:label="@string/app_name"
android:name=".ThinkIT"
android:theme="@android:style/Theme.NoTitleBar" >
</activity>
<activity android:name=".UserProfile"></activity>
</application>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
</manifest>