From 2e85b3c70fa6f1b74b51fec4666cc3f1407688cb Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Tue, 13 Aug 2013 12:10:58 -0600 Subject: Disallow export of EIP service Intents --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9833032c..320d4fc4 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -154,7 +154,7 @@ android:label="@string/title_activity_configuration_wizard" > - + -- cgit v1.2.3 From a2a38163202e53eea1328d7c20ec0e94b33f2fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 10 Oct 2013 16:58:58 +0200 Subject: Refactored leapclient to bitmaskclient. I do not change the company (se.leap). All references within strings.xml point to "bitmask" instead of to "leap". --- AndroidManifest.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 320d4fc4..2933a1ba 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -16,7 +16,7 @@ --> @@ -67,7 +67,7 @@ - + @@ -150,15 +150,15 @@ - + - - - + + + -- cgit v1.2.3 From fb46b7de5456d9a986d69ce41184ba0b57c37cf3 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Mon, 21 Oct 2013 00:41:59 -0700 Subject: Bump build and version number --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2933a1ba..70e0211d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,8 +17,8 @@ + android:versionCode="61" + android:versionName="0.2.1" > -- cgit v1.2.3