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
479f09cea2
commit
39ef4b4a91
|
@ -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>
|
||||
|
||||
* android/AndroidManifest.xml
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>Copy of Copy of Pandroid Agent</name>
|
||||
<name>Pandroid Agent v1.0</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
|
|
@ -23,4 +23,6 @@
|
|||
|
||||
<uses-feature android:name="android.hardware.sensor.light" />
|
||||
<uses-feature android:name="android.hardware.location" />
|
||||
|
||||
<uses-sdk android:minSdkVersion="1"/>
|
||||
</manifest>
|
Loading…
Reference in New Issue