All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.app.LocalActivityManager Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform.

The newest version!
package android.app;
@java.lang.Deprecated()
public class LocalActivityManager
{
public  LocalActivityManager(android.app.Activity parent, boolean singleMode) { throw new RuntimeException("Stub!"); }
public  android.view.Window startActivity(java.lang.String id, android.content.Intent intent) { throw new RuntimeException("Stub!"); }
public  android.view.Window destroyActivity(java.lang.String id, boolean finish) { throw new RuntimeException("Stub!"); }
public  android.app.Activity getCurrentActivity() { throw new RuntimeException("Stub!"); }
public  java.lang.String getCurrentId() { throw new RuntimeException("Stub!"); }
public  android.app.Activity getActivity(java.lang.String id) { throw new RuntimeException("Stub!"); }
public  void dispatchCreate(android.os.Bundle state) { throw new RuntimeException("Stub!"); }
public  android.os.Bundle saveInstanceState() { throw new RuntimeException("Stub!"); }
public  void dispatchResume() { throw new RuntimeException("Stub!"); }
public  void dispatchPause(boolean finishing) { throw new RuntimeException("Stub!"); }
public  void dispatchStop() { throw new RuntimeException("Stub!"); }
public  void removeAllActivities() { throw new RuntimeException("Stub!"); }
public  void dispatchDestroy(boolean finishing) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy