Moved to Android Studio.
This commit is contained in:
parent
25dbbd7d50
commit
4f2c43cc44
14 changed files with 0 additions and 0 deletions
26
app/src/main/AndroidManifest.xml
Normal file
26
app/src/main/AndroidManifest.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="preferExternal"
|
||||
package="net.thauvin.erik.android.emprunt"
|
||||
android:versionCode="4"
|
||||
android:versionName="1.0.1" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="9" />
|
||||
|
||||
<application
|
||||
android:icon="@drawable/icon"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Emprunt" >
|
||||
<activity
|
||||
android:name=".EmpruntActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="sensorPortait" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue