mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
2011-02-07 Sergio Martin <sergio.martin@artica.es>
* android/.project android/AndroidManifest.xml: Adding a neccesary directive for market on manifest and update the pandroid agent version git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3809 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
179ab3a080
commit
46fe1807b0
@ -1,3 +1,9 @@
|
|||||||
|
2011-02-07 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* android/.project
|
||||||
|
android/AndroidManifest.xml: Adding a neccesary directive
|
||||||
|
for market on manifest and update the pandroid agent version
|
||||||
|
|
||||||
2011-02-07 Sergio Martin <sergio.martin@artica.es>
|
2011-02-07 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* android/AndroidManifest.xml
|
* android/AndroidManifest.xml
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>Copy of Copy of Pandroid Agent</name>
|
<name>Pandroid Agent v1.0</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
</projects>
|
</projects>
|
||||||
|
@ -23,4 +23,6 @@
|
|||||||
|
|
||||||
<uses-feature android:name="android.hardware.sensor.light" />
|
<uses-feature android:name="android.hardware.sensor.light" />
|
||||||
<uses-feature android:name="android.hardware.location" />
|
<uses-feature android:name="android.hardware.location" />
|
||||||
|
|
||||||
|
<uses-sdk android:minSdkVersion="1"/>
|
||||||
</manifest>
|
</manifest>
|
Loading…
x
Reference in New Issue
Block a user