app/src/main/res/menu/privacy_list.xml
author Frederic Barthelery <da_risk@beem-project.com>
Fri, 13 Nov 2015 18:17:25 +0100
changeset 1074 fde61b09cd8d
parent 1044 197a85a35cba
permissions -rw-r--r--
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.

<menu xmlns:android="http://schemas.android.com/apk/res/android">
	<item android:id="@+id/privacy_list_menu_create" android:visible="true"
		android:title="@string/privacy_list_menu_create" android:icon="@android:drawable/ic_menu_add" />
</menu>