UserInfoActivity.java :  » Barcode » project-destructinator » d512a » TAKO » Android Open Source

Android Open Source » Barcode » project destructinator 
project destructinator » d512a » TAKO » UserInfoActivity.java
package d512a.TAKO;

import android.os.Bundle;
import android.preference.PreferenceActivity;

public class UserInfoActivity extends PreferenceActivity{
  
    /** Called when the activity is first created. */
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        addPreferencesFromResource(R.layout.userinfo);
        
        
    }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.