Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57E8911BB2 for ; Thu, 28 Aug 2014 19:03:23 +0000 (UTC) Received: (qmail 67718 invoked by uid 500); 28 Aug 2014 19:03:16 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 67635 invoked by uid 500); 28 Aug 2014 19:03:16 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 67049 invoked by uid 99); 28 Aug 2014 19:03:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Aug 2014 19:03:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 625B482C29D; Thu, 28 Aug 2014 19:03:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: naika@apache.org To: commits@cordova.apache.org Date: Thu, 28 Aug 2014 19:03:36 -0000 Message-Id: In-Reply-To: <929b15d98faa4ef5a1db60a7efa6f27e@git.apache.org> References: <929b15d98faa4ef5a1db60a7efa6f27e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/50] git commit: Change in test's AndroidManifest.xml needed for the test to run properly. Forgot the manifest. Change in test's AndroidManifest.xml needed for the test to run properly. Forgot the manifest. Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/0f76cc40 Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/0f76cc40 Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/0f76cc40 Branch: refs/heads/master Commit: 0f76cc4048b83a5906d75837fae53a665f1ef875 Parents: 5037bdc Author: Joe Bowser Authored: Thu Aug 14 14:30:31 2014 -0700 Committer: Archana Naik Committed: Mon Aug 18 12:35:01 2014 -0700 ---------------------------------------------------------------------- test/AndroidManifest.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/0f76cc40/test/AndroidManifest.xml ---------------------------------------------------------------------- diff --git a/test/AndroidManifest.xml b/test/AndroidManifest.xml index b675ca4..bab4566 100755 --- a/test/AndroidManifest.xml +++ b/test/AndroidManifest.xml @@ -256,7 +256,8 @@ - + + @@ -300,4 +301,15 @@ android:permission="org.chromium.content_shell.permission.SANDBOX" android:process=":sandboxed_process5" /> - + + + + + + + +