2011-09-29 Miguel de Dios <miguel.dedios@artica.es>
* android/default.properties, android/AndroidManifest.xml: added permission to READ_PHONE_STATE and level up the SDK. * android/bin/*, android/gen/pandroid/agent/R.java: erased non source or config files. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5026 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
6ca43b2c40
commit
a006ee57fa
|
@ -20,9 +20,10 @@
|
|||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"></uses-permission>
|
||||
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
||||
|
||||
<uses-feature android:name="android.hardware.sensor.light" />
|
||||
<uses-feature android:name="android.hardware.location" />
|
||||
|
||||
<uses-sdk android:minSdkVersion="1"/>
|
||||
<uses-sdk android:minSdkVersion="8"/>
|
||||
</manifest>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -8,4 +8,4 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-7
|
||||
target=android-8
|
||||
|
|
|
@ -1,56 +0,0 @@
|
|||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
||||
*
|
||||
* This class was automatically generated by the
|
||||
* aapt tool from the resource data it found. It
|
||||
* should not be modified by hand.
|
||||
*/
|
||||
|
||||
package pandroid.agent;
|
||||
|
||||
public final class R {
|
||||
public static final class attr {
|
||||
}
|
||||
public static final class drawable {
|
||||
public static final int icon=0x7f020000;
|
||||
public static final int logo=0x7f020001;
|
||||
}
|
||||
public static final class id {
|
||||
public static final int agentNameInput=0x7f05000c;
|
||||
public static final int checkGpsReport=0x7f05000d;
|
||||
public static final int field1=0x7f050005;
|
||||
public static final int field2=0x7f050007;
|
||||
public static final int field3=0x7f050009;
|
||||
public static final int field4=0x7f05000b;
|
||||
public static final int fieldSummary=0x7f050003;
|
||||
public static final int header=0x7f050001;
|
||||
public static final int intervalInput=0x7f05000a;
|
||||
public static final int lastContactInfo=0x7f050004;
|
||||
public static final int logo=0x7f050002;
|
||||
public static final int reset=0x7f05000f;
|
||||
public static final int serverAddrInput=0x7f050006;
|
||||
public static final int serverPortInput=0x7f050008;
|
||||
public static final int title=0x7f050000;
|
||||
public static final int update=0x7f05000e;
|
||||
public static final int xml=0x7f050010;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int main=0x7f030000;
|
||||
}
|
||||
public static final class string {
|
||||
public static final int agent=0x7f040007;
|
||||
public static final int app_name=0x7f040000;
|
||||
public static final int confTitle=0x7f040006;
|
||||
public static final int gpsCurrent=0x7f04000a;
|
||||
public static final int gpsLast=0x7f04000d;
|
||||
public static final int gpsMode=0x7f040009;
|
||||
public static final int gpsReport=0x7f040008;
|
||||
public static final int interval=0x7f040001;
|
||||
public static final int loading=0x7f04000e;
|
||||
public static final int reset=0x7f040003;
|
||||
public static final int serverAddr=0x7f040004;
|
||||
public static final int serverPort=0x7f040005;
|
||||
public static final int starStop=0x7f04000c;
|
||||
public static final int summary=0x7f04000b;
|
||||
public static final int update=0x7f040002;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue