Utils: Add a basic implementation of an EncryptionManager which allows to store the password encrypted.
This use the latest AndroidKeyStore from Android M and allow to store the key securely.
Android Market
--------------
First of all, BEEM is available on the Android market. Just search for 'BEEM'.
Development version
-------------------
1. Dependencies
First you will need the latest Android SDK. You can download it at http://d.android.com. Beem is usually built with Android SDK 2.1 or superior.
2. Compile and install
Use gradle to compile and install the application on the Android device
> ./gradlew build installDebug
The development version use a private certificate to sign the package. You will need to uninstall it before installing or upgrading a version of BEEM from the Android market.