org.openintents.main
Class About

java.lang.Object
  extended by Activity
      extended by org.openintents.main.About

public class About
extends Activity

About dialog The int extra with name TEXT_ID (= "textId") is used to fill the text view. The default is the open intents text. The int extra with name TITLE_ID (= "titleId") is used to fill the title. The default is "About OpenIntents".

Author:
openintent.org

Field Summary
static java.lang.String TEXT_ID
           
static java.lang.String TITLE_ID
           
 
Constructor Summary
About()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEXT_ID

public static final java.lang.String TEXT_ID
See Also:
Constant Field Values

TITLE_ID

public static final java.lang.String TITLE_ID
See Also:
Constant Field Values
Constructor Detail

About

public About()