Version 0.2 with SD card installtion support (FroYo).
Also added Airlines & Time query options.
This commit is contained in:
parent
6abee2bae2
commit
7cf4a61091
8 changed files with 43 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="net.thauvin.erik.android.googsms" android:versionCode="1"
|
||||
android:versionName="0.1">
|
||||
package="net.thauvin.erik.android.googsms" android:installLocation="auto"
|
||||
android:versionName="0.2" android:versionCode="2">
|
||||
<uses-permission android:name="android.permission.SEND_SMS" />
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<activity android:name=".GoogSMS" android:label="@string/app_name">
|
||||
|
@ -12,4 +12,5 @@
|
|||
</activity>
|
||||
<activity android:name=".PrefsScreen" android:label="@string/app_name" />
|
||||
</application>
|
||||
<uses-sdk android:minSdkVersion="2"></uses-sdk>
|
||||
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue