Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CADF08BD4 for ; Tue, 13 Sep 2011 15:54:39 +0000 (UTC) Received: (qmail 51124 invoked by uid 500); 13 Sep 2011 15:54:38 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 51092 invoked by uid 500); 13 Sep 2011 15:54:38 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 51084 invoked by uid 99); 13 Sep 2011 15:54:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 15:54:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of symbiat@gmail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 15:54:30 +0000 Received: by eyb6 with SMTP id 6so286889eyb.11 for ; Tue, 13 Sep 2011 08:54:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=NsYJ0ZxyUBbmbtmcWTeRim/iCa8hF8waPu+AefEPtcc=; b=JVdHB5nPeS2XruNWxZ6mQRmF7e2F+d8XkHTBzqs1HqT4dqbhX33Ia7+YEsKKfakdTV kiJ1pa3MDXJ/bGHi/bpD8mCoxQma0kwk/hTBVlX75u0ZAFpazy4Sc+a/v6+j6uBxRrIS F+4EuwaeyciV70mlH3f+4TD1urA5ZoIdkJ9so= MIME-Version: 1.0 Received: by 10.52.177.1 with SMTP id cm1mr3873343vdc.78.1315929250073; Tue, 13 Sep 2011 08:54:10 -0700 (PDT) Received: by 10.52.157.68 with HTTP; Tue, 13 Sep 2011 08:54:09 -0700 (PDT) In-Reply-To: References: Date: Tue, 13 Sep 2011 11:54:09 -0400 Message-ID: Subject: Re: Android with Remote Couch From: Ajai Khattri To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf3071c814800a3004acd4a726 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071c814800a3004acd4a726 Content-Type: text/plain; charset=ISO-8859-1 That should be all you need unless your app needs to read local data (e.g. contacts) or location or sensor info, etc. On Tue, Sep 13, 2011 at 4:38 AM, Wordit wrote: > Thanks, Scott and Ajai, are there any permissions or user interactions > necessary apart from the basic Internet permission below? > > uses-permission android:name="android.permission.INTERNET" > > > Marcus > -- Aj. --20cf3071c814800a3004acd4a726--