From 10e8cf5529f946f17a18d17f8e95e3d452d8a036 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Dec 2015 13:10:23 -0400 Subject: [PATCH] comment --- ...mment_1_c59ec715eb02fbdd63780b2450ff2de1._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Manipulate_a_git-annex_repo_from_an_Android_app/comment_1_c59ec715eb02fbdd63780b2450ff2de1._comment diff --git a/doc/forum/Manipulate_a_git-annex_repo_from_an_Android_app/comment_1_c59ec715eb02fbdd63780b2450ff2de1._comment b/doc/forum/Manipulate_a_git-annex_repo_from_an_Android_app/comment_1_c59ec715eb02fbdd63780b2450ff2de1._comment new file mode 100644 index 0000000000..8a09376027 --- /dev/null +++ b/doc/forum/Manipulate_a_git-annex_repo_from_an_Android_app/comment_1_c59ec715eb02fbdd63780b2450ff2de1._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-12-02T17:05:03Z" + content=""" +Android's security model may not be friendly to code reuse. You might need +to put both git-annex and your program in the same app. + +I know this is something others want too. Maybe you can find or make a file +manager type app that integrates with git-annex get/drop and could be +included in the git-annex android app? +"""]]