From 4684e58f8f3be1c55861c6befb78f8b24b59f064 Mon Sep 17 00:00:00 2001 From: dschuermann Date: Thu, 9 Oct 2014 06:51:00 -0700 Subject: [PATCH] Updated App Security (markdown) --- App-Security.md | 1 + 1 file changed, 1 insertion(+) diff --git a/App-Security.md b/App-Security.md index 04ef781..6c5c5ef 100644 --- a/App-Security.md +++ b/App-Security.md @@ -1,6 +1,7 @@ This page deals with security choices related to the app in relation to the Android OS. Keep in mind that these decision are not set in stone, they are temporary decisions in an ongoing design process. ### App Security +TODO ### Backup * ``AndroidManifest.xml`` has ``android:allowBackup="false"``.