diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-11 05:02:18 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-11 05:02:18 +0100 |
| commit | fd7210e1bbd83161c0df9f5eb8327ecd2a83b372 (patch) | |
| tree | 39c147f5c1f5a724b448bc65193155e3bdf41605 /app/src/main/AndroidManifest.xml | |
| parent | 90aac9c765ecf8782f30179173e8f4c904c7f98b (diff) | |
Code2: V1.0.1
Magnetic Sensors
No Activity Restart
(Menu Still on first Create in Systemlanguage)
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
| -rw-r--r-- | app/src/main/AndroidManifest.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 573fb0e..98406bc 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.example.spiritlevel" - android:versionCode="1" - android:versionName="1.0" > + package="com.softwarefools.spiritlevel" + android:versionCode="2" + android:versionName="1.0.1" > <uses-sdk android:minSdkVersion="10" @@ -16,7 +16,8 @@ <activity android:name="com.softwarefools.nik.spiritlevel.LevelActivity" android:label="@string/app_name" - android:screenOrientation="landscape" > + android:screenOrientation="landscape" + android:configChanges="locale"> <intent-filter> <action android:name="android.intent.action.MAIN" /> |
