2013-07-03 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml: fixed small warning. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8452 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a1655972a6
commit
fb136060cf
|
@ -16,8 +16,8 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="pandroid.agent"
|
||||
android:versionCode="3"
|
||||
android:versionName="1.6" >
|
||||
android:versionCode="103"
|
||||
android:versionName="3.0" >
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
|
@ -35,7 +35,10 @@
|
|||
<uses-feature android:name="android.hardware.sensor.light" />
|
||||
<uses-feature android:name="android.hardware.location" />
|
||||
|
||||
<uses-sdk android:minSdkVersion="8" />
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:label="@string/app_name" >
|
||||
<activity
|
||||
|
@ -87,7 +90,4 @@
|
|||
</intent-filter>
|
||||
</receiver>
|
||||
</application>
|
||||
|
||||
<uses-sdk android:minSdkVersion="8" />
|
||||
|
||||
</manifest>
|
|
@ -1,3 +1,7 @@
|
|||
2013-05-30 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* AndroidManifest.xml: fixed small warning.
|
||||
|
||||
2013-05-30 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* .classpath, .settings, .settings/org.eclipse.jdt.core.prefs:
|
||||
|
|
Loading…
Reference in New Issue