aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2011-07-06 07:26:20 -0700
committerKenny Root <kenny@the-b.org>2011-07-06 16:58:30 -0700
commit96ca3bc984d2de318c51c42dc6dd82fd74979c8e (patch)
treefeb57e0af865527c92a20dd4d2e887b871a6f8ac
parent76142de48d7edec605e18688100903d6e0f6da49 (diff)
downloadconnectbot-96ca3bc984d2de318c51c42dc6dd82fd74979c8e.tar.gz
connectbot-96ca3bc984d2de318c51c42dc6dd82fd74979c8e.tar.bz2
connectbot-96ca3bc984d2de318c51c42dc6dd82fd74979c8e.zip
Add backup service key for org.connectbot
-rw-r--r--AndroidManifest.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 19a16b0..4d162ed 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.7.1"
- android:versionCode="352"
+ android:versionCode="353"
android:installLocation="auto">
<uses-sdk android:targetSdkVersion="11" android:minSdkVersion="3" />
@@ -63,6 +63,9 @@
</intent-filter>
</activity>
+ <meta-data android:name="com.google.android.backup.api_key"
+ android:value="AEdPqrEAAAAIDlFz9nSUr2g0gSytW0t2cNnYAGHDkptlVohsBA" />
+
</application>
<uses-permission android:name="android.permission.INTERNET" />