From a3ec62e3322650549ca6cdb9d74c83d4a53e5a9d Mon Sep 17 00:00:00 2001 From: kenstir Date: Thu, 12 Nov 2015 19:01:23 -0500 Subject: [PATCH] core app does not require permissions in the manifest but IDEA warns without them --- Open-ILS/src/Android/core/AndroidManifest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/src/Android/core/AndroidManifest.xml b/Open-ILS/src/Android/core/AndroidManifest.xml index 78be6b021c..e4faa7989f 100644 --- a/Open-ILS/src/Android/core/AndroidManifest.xml +++ b/Open-ILS/src/Android/core/AndroidManifest.xml @@ -10,6 +10,9 @@ android:targetSdkVersion="19" /> + + + -- 2.11.0