Loading Android.mk +5 −1 Original line number Diff line number Diff line Loading @@ -392,6 +392,10 @@ web_docs_sample_code_flags := \ resources/samples/AccelerometerPlay "Accelerometer Play" \ -samplecode $(sample_dir)/ApiDemos \ resources/samples/ApiDemos "API Demos" \ -samplecode $(sample_dir)/Support4Demos \ resources/samples/Support4Demos "API 4+ Support Demos" \ -samplecode $(sample_dir)/Support13Demos \ resources/samples/Support13Demos "API 13+ Support Demos" \ -samplecode $(sample_dir)/BackupRestore \ resources/samples/BackupRestore "Backup and Restore" \ -samplecode $(sample_dir)/BluetoothChat \ Loading api/current.xml +3 −3 Original line number Diff line number Diff line Loading @@ -25290,7 +25290,7 @@ abstract="false" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <constructor name="ActivityGroup" Loading Loading @@ -33946,7 +33946,7 @@ abstract="false" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <constructor name="LocalActivityManager" Loading Loading @@ -37020,7 +37020,7 @@ abstract="false" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <constructor name="TabActivity" core/java/android/app/ActionBar.java +6 −0 Original line number Diff line number Diff line Loading @@ -400,6 +400,12 @@ public abstract class ActionBar { * Create and return a new {@link Tab}. * This tab will not be included in the action bar until it is added. * * <p>Very often tabs will be used to switch between {@link Fragment} * objects. Here is a typical implementation of such tabs:</p> * * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentTabs.java * complete} * * @return A new Tab * * @see #addTab(Tab) Loading core/java/android/app/ActivityGroup.java +5 −0 Original line number Diff line number Diff line Loading @@ -23,8 +23,13 @@ import android.os.Bundle; import android.util.Log; /** * @deprecated Use the new {@link Fragment} and {@link FragmentManager} APIs * instead; these are also * available on older platforms through the Android compatibility package. * * A screen that contains and runs multiple embedded activities. */ @Deprecated public class ActivityGroup extends Activity { private static final String TAG = "ActivityGroup"; private static final String STATES_KEY = "android:states"; Loading core/java/android/app/LocalActivityManager.java +6 −1 Original line number Diff line number Diff line Loading @@ -28,12 +28,17 @@ import java.util.HashMap; import java.util.Map; /** * Helper class for managing multiple running embedded activities in the same * @deprecated Use the new {@link Fragment} and {@link FragmentManager} APIs * instead; these are also * available on older platforms through the Android compatibility package. * * <p>Helper class for managing multiple running embedded activities in the same * process. This class is not normally used directly, but rather created for * you as part of the {@link android.app.ActivityGroup} implementation. * * @see ActivityGroup */ @Deprecated public class LocalActivityManager { private static final String TAG = "LocalActivityManager"; private static final boolean localLOGV = false; Loading Loading
Android.mk +5 −1 Original line number Diff line number Diff line Loading @@ -392,6 +392,10 @@ web_docs_sample_code_flags := \ resources/samples/AccelerometerPlay "Accelerometer Play" \ -samplecode $(sample_dir)/ApiDemos \ resources/samples/ApiDemos "API Demos" \ -samplecode $(sample_dir)/Support4Demos \ resources/samples/Support4Demos "API 4+ Support Demos" \ -samplecode $(sample_dir)/Support13Demos \ resources/samples/Support13Demos "API 13+ Support Demos" \ -samplecode $(sample_dir)/BackupRestore \ resources/samples/BackupRestore "Backup and Restore" \ -samplecode $(sample_dir)/BluetoothChat \ Loading
api/current.xml +3 −3 Original line number Diff line number Diff line Loading @@ -25290,7 +25290,7 @@ abstract="false" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <constructor name="ActivityGroup" Loading Loading @@ -33946,7 +33946,7 @@ abstract="false" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <constructor name="LocalActivityManager" Loading Loading @@ -37020,7 +37020,7 @@ abstract="false" static="false" final="false" deprecated="not deprecated" deprecated="deprecated" visibility="public" > <constructor name="TabActivity"
core/java/android/app/ActionBar.java +6 −0 Original line number Diff line number Diff line Loading @@ -400,6 +400,12 @@ public abstract class ActionBar { * Create and return a new {@link Tab}. * This tab will not be included in the action bar until it is added. * * <p>Very often tabs will be used to switch between {@link Fragment} * objects. Here is a typical implementation of such tabs:</p> * * {@sample development/samples/ApiDemos/src/com/example/android/apis/app/FragmentTabs.java * complete} * * @return A new Tab * * @see #addTab(Tab) Loading
core/java/android/app/ActivityGroup.java +5 −0 Original line number Diff line number Diff line Loading @@ -23,8 +23,13 @@ import android.os.Bundle; import android.util.Log; /** * @deprecated Use the new {@link Fragment} and {@link FragmentManager} APIs * instead; these are also * available on older platforms through the Android compatibility package. * * A screen that contains and runs multiple embedded activities. */ @Deprecated public class ActivityGroup extends Activity { private static final String TAG = "ActivityGroup"; private static final String STATES_KEY = "android:states"; Loading
core/java/android/app/LocalActivityManager.java +6 −1 Original line number Diff line number Diff line Loading @@ -28,12 +28,17 @@ import java.util.HashMap; import java.util.Map; /** * Helper class for managing multiple running embedded activities in the same * @deprecated Use the new {@link Fragment} and {@link FragmentManager} APIs * instead; these are also * available on older platforms through the Android compatibility package. * * <p>Helper class for managing multiple running embedded activities in the same * process. This class is not normally used directly, but rather created for * you as part of the {@link android.app.ActivityGroup} implementation. * * @see ActivityGroup */ @Deprecated public class LocalActivityManager { private static final String TAG = "LocalActivityManager"; private static final boolean localLOGV = false; Loading