Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.53 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Source Not Found when starting activity
  2. public class Disclaimer extends Activity {
  3.  
  4. Bundle bunUserInfo = null;
  5.  
  6.  public void onCreate(Bundle savedInstanceState) {
  7.  
  8.         super.onCreate(savedInstanceState);
  9.         requestWindowFeature(Window.FEATURE_NO_TITLE);
  10.         getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,WindowManager.LayoutParams.FLAG_FULLSCREEN);  
  11.         setContentView(R.layout.disclaimer);
  12.        
  13. <activity android:name=".Disclaimer"
  14.           android:theme="@android:style/Theme.NoTitleBar" >
  15. </activity>