Securing Android Devices

How to secure android devices used in deployments

To secure an android device you should enable at least a pin code lock on the device, enable FDE (full disc encryption) and setup remote wiping capabilities by enabling mobile device management.

PIN Setup and FDE

Instructions are slightly different per device. Enabling FDE has the added benefit that you must also lock the device with a pin code or password.

Android 5.0 or later

Open the Security menu under settings. On unmodified versions of Android, this can be found under Settings > Personal > Security. Choose Encrypt Phone, Encrypt Tablet, or Encrypt Device. If you haven’t already set a PIN or passcode for the lock screen, you will be prompted to do so. Remember this PIN and do not write it down.

Screenshot for Android 5.0

Android 4.4 or earlier

First, you’ll need to set up a PIN. Navigate to Settings > Security > Screen Lock, and set a numeric PIN for the device of at least four digits. Remember this PIN and do not write it down.

Then, open the Security menu under settings. On unmodified versions of Android, this can be found under Settings > Personal > Security. On some devices, the exact menu layout may have been modified by the hardware manufacturer. Choose Encrypt Phone or Encrypt Tablet.

Screenshot for Android 4.4

Android Versions before 3.0

Android does not support disk encryption in versions earlier than 3.0 (Honeycomb). If you have one of these devices, we recommend that you do not use it.

Mobile device management

Using mobile device management (MDM) software allows administrators to remotely manage mobile devices, which often includes the option to delete apps and data from lost or stolen mobile devices.

See Also: Publishing > Mobile Device Management


CHT Applications > Quick Guides > Debugging > Production Data

How to copy data from an instance to a local CouchDB database and app

CHT Applications > Quick Guides > Hosting > 3.x > SSL Cert Install

SSL Cert Installation for Self-Hosting Setups using Medic OS/3.x

CHT Applications > Quick Guides > Android > Publishing

Instructions for Publishing Android Apps