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:
mdtrooper 2013-07-03 07:38:37 +00:00
parent a1655972a6
commit fb136060cf
2 changed files with 9 additions and 5 deletions

View File

@ -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" />
@ -34,8 +34,11 @@
<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>

View File

@ -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: