Package android.app.backup

Examples of android.app.backup.FileBackupHelper


   
    @Override
    public void onCreate() {
      Log.d(LOG_TAG, "onCreate");
     
      FileBackupHelper helper = new FileBackupHelper(this,
          FileUtils.SECRETS_FILE_NAME);
      addHelper(KEY, helper);
    }
View Full Code Here

TOP

Related Classes of android.app.backup.FileBackupHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.