Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Android 6 Essentials
  • Table Of Contents Toc
Android 6 Essentials

Android 6 Essentials

By : Elkrief
4.7 (3)
close
close
Android 6 Essentials

Android 6 Essentials

4.7 (3)
By: Elkrief

Overview of this book

Android 6 is the latest and greatest version of the Android operating system, and comes packed with cutting edge new features for you to harness for the benefit of building better applications. This step-by-step guide will take you through the basics of the Android Marshmallow permissions model and beyond into other crucial areas such as the Audio,Video,Camera API and Android’s at work features. Learn how to create, deploy, and manage Android applications with Marshmallow’s API and the latest functionalities. The combination of instructions and real-world examples will make your application deployment and testing a breeze.
Table of Contents (10 chapters)
close
close
9
Index

Backup configuration testing

By now, you have created a backup configuration and you might (should) test it and make sure that your app saves the data, restores it, and works without any issues.

Setting backup logs

Before you test your app's configuration, you might want to enable logging; this is done via adb, where you set the parser log property to VERBOSE:

$ adb shell setprop log.tag.BackupXmlParserLogging VERBOSE

Testing the backup feature can be split into two parts:

  • Testing the backup phase
  • Testing the restore phase

Testing the backup phase

The backup can be run manually, but first, you must run the Backup Manager via the adb command:

$ adb shell bmgr run

After the Backup Manager is up and running, we can trigger the backup phase via adb and run our app's package name as the <PACKAGE.NAME> parameter:

$ adb shell bmgr fullbackup <PACKAGE.NAME>

Testing the restore phase

We executed the backup phase and all went well. Now, we want to test the restore phase and verify that...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Android 6 Essentials
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon