Merge "Backup/Restore sample application" into froyo
diff --git a/samples/TicTacToeLib/AndroidManifest.xml b/samples/TicTacToeLib/AndroidManifest.xml
index db44c05..14df57e 100755
--- a/samples/TicTacToeLib/AndroidManifest.xml
+++ b/samples/TicTacToeLib/AndroidManifest.xml
@@ -16,7 +16,14 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.example.android.tictactoe.library"
- android:versionCode="1"
- android:versionName="1.0">
-</manifest>
\ No newline at end of file
+ package="com.example.android.tictactoe.library">
+ <application>
+ <!-- The activity tag here is currently not used. The main project TicTacToeMain
+ must currently redefine the activities to be used from the libraries.
+ However later the tools will pick up the activities from here and merge them
+ automatically, so it's best to define your activities here like for any
+ regular Android project.
+ -->
+ <activity android:name="GameActivity" />
+ </application>
+</manifest>
diff --git a/samples/TicTacToeMain/default.properties b/samples/TicTacToeMain/default.properties
index 7702ab6..9dc9009 100755
--- a/samples/TicTacToeMain/default.properties
+++ b/samples/TicTacToeMain/default.properties
@@ -25,5 +25,4 @@
android.library.reference.1=../TicTacToeLib/
# Project target. This requires the tools from SDK Froyo (API 8) to be used.
-# STOPSHIP change to target=8 once Froyo API is set to 8.
-target=android-Froyo
+target=8
diff --git a/samples/source.properties b/samples/source.properties
index 64557a1..96c520a 100644
--- a/samples/source.properties
+++ b/samples/source.properties
@@ -1,5 +1,5 @@
Pkg.UserSrc=false
Pkg.Revision=1
-AndroidVersion.ApiLevel=7
-AndroidVersion.CodeName=Froyo
+AndroidVersion.ApiLevel=8
+#AndroidVersion.CodeName=
diff --git a/sdk/doc_source.properties b/sdk/doc_source.properties
index c3c7f81..96c520a 100644
--- a/sdk/doc_source.properties
+++ b/sdk/doc_source.properties
@@ -1,5 +1,5 @@
Pkg.UserSrc=false
Pkg.Revision=1
-AndroidVersion.CodeName=Froyo
-AndroidVersion.ApiLevel=7
+AndroidVersion.ApiLevel=8
+#AndroidVersion.CodeName=
diff --git a/sdk/platform_source.properties b/sdk/platform_source.properties
index e872f9b..171b6c1 100644
--- a/sdk/platform_source.properties
+++ b/sdk/platform_source.properties
@@ -1,6 +1,6 @@
-Pkg.Desc=Android SDK Platform Froyo_r1
+Pkg.Desc=Android SDK Platform 2.2_r1
Pkg.UserSrc=false
-Platform.Version=Froyo
+Platform.Version=2.2
Pkg.Revision=1
-AndroidVersion.ApiLevel=7
-AndroidVersion.CodeName=Froyo
+AndroidVersion.ApiLevel=8
+#AndroidVersion.CodeName=