Re: [android-developers] Opensource messaging.

2014-09-18 Thread Tushar Lal
You can take a look at Ejabberd for server and asmack lib for android
device.
On Sep 17, 2014 10:35 PM, yogendra G yogi2...@gmail.com wrote:

 Dear All,

 I am in need of some nice open source for message broadcasting between
 many android devices without using GCM.

 Please help me out.

 Thanks  Br,
 Yogendra G.
 +91-9916168647

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Physical address is required for paid apps or in-app purchases

2014-09-18 Thread nagamatu
Dear Android Developers,

I got the following notification at Google play Developer Console.

| Add a physical contact address Beginning September 30, 2014, you need to 
add a physical address
| to your Settings page. After you've added an address, it will be 
available on your app's detail page to
| all users on Google Play. If your physical address changes, make sure to 
update your information on
| your Settings page. 

| If you have paid apps or apps with in-app purchases, it's mandatory to 
provide a physical address 
| where you can be contacted. If you don't provide a physical address on 
your account, it may result in
| your apps being removed from the Play Store.

I do not want to disclose my home address in public, because I am an 
individual developer.
This is privacy issue. I don't understand why Google requires my physical 
address.

I disclose my e-mail address and users can contact me. Also I can reply to 
messages that is written
in review at Google Play.

If I am working for a company and office address is disclosed in public, I 
do not care for it.
But do you want to know your home address in public?

# I sent a feedback about objection for this requirement. 

--
nagamatu

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Opensource messaging.

2014-09-18 Thread Mukesh Srivastav
I have been using gcm for one of my product since last one year which has
1800 users and everyday the GCM server sends min 200 and max 2000 messages
to the all users and i dont see any issues in using it.

yeah, at times i found that due to the updateregistratioid, the message
dont deliver , so the app always update the gcm registration id in the SQL
SERVER so that the gcm server picks the right regisration id.




On Thu, Sep 18, 2014 at 11:37 AM, Tushar Lal tush...@gmail.com wrote:

 You can take a look at Ejabberd for server and asmack lib for android
 device.
 On Sep 17, 2014 10:35 PM, yogendra G yogi2...@gmail.com wrote:

 Dear All,

 I am in need of some nice open source for message broadcasting between
 many android devices without using GCM.

 Please help me out.

 Thanks  Br,
 Yogendra G.
 +91-9916168647

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Warm Regards,
*Mukesh Kumar*,
Android Consultant/Freelancer,
India,Hyderabad.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Opensource messaging.

2014-09-18 Thread Dallas Singletary
You host your own SQL server for GCM?
On Sep 18, 2014 3:01 AM, Mukesh Srivastav mukicha...@gmail.com wrote:

 I have been using gcm for one of my product since last one year which has
 1800 users and everyday the GCM server sends min 200 and max 2000 messages
 to the all users and i dont see any issues in using it.

 yeah, at times i found that due to the updateregistratioid, the message
 dont deliver , so the app always update the gcm registration id in the SQL
 SERVER so that the gcm server picks the right regisration id.




 On Thu, Sep 18, 2014 at 11:37 AM, Tushar Lal tush...@gmail.com wrote:

 You can take a look at Ejabberd for server and asmack lib for android
 device.
 On Sep 17, 2014 10:35 PM, yogendra G yogi2...@gmail.com wrote:

 Dear All,

 I am in need of some nice open source for message broadcasting between
 many android devices without using GCM.

 Please help me out.

 Thanks  Br,
 Yogendra G.
 +91-9916168647

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




 --
 Warm Regards,
 *Mukesh Kumar*,
 Android Consultant/Freelancer,
 India,Hyderabad.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Opensource messaging.

2014-09-18 Thread Mukesh Srivastav
hmmm'

GCM server will pull all the registrationid of all the users from my db and
send the message... no matter which db you use

On Thu, Sep 18, 2014 at 12:39 PM, Dallas Singletary devdal...@gmail.com
wrote:

 You host your own SQL server for GCM?
 On Sep 18, 2014 3:01 AM, Mukesh Srivastav mukicha...@gmail.com wrote:

 I have been using gcm for one of my product since last one year which has
 1800 users and everyday the GCM server sends min 200 and max 2000 messages
 to the all users and i dont see any issues in using it.

 yeah, at times i found that due to the updateregistratioid, the message
 dont deliver , so the app always update the gcm registration id in the SQL
 SERVER so that the gcm server picks the right regisration id.




 On Thu, Sep 18, 2014 at 11:37 AM, Tushar Lal tush...@gmail.com wrote:

 You can take a look at Ejabberd for server and asmack lib for android
 device.
 On Sep 17, 2014 10:35 PM, yogendra G yogi2...@gmail.com wrote:

 Dear All,

 I am in need of some nice open source for message broadcasting between
 many android devices without using GCM.

 Please help me out.

 Thanks  Br,
 Yogendra G.
 +91-9916168647

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to
 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




 --
 Warm Regards,
 *Mukesh Kumar*,
 Android Consultant/Freelancer,
 India,Hyderabad.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Warm Regards,
*Mukesh Kumar*,
Android Consultant/Freelancer,
India,Hyderabad.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] 7-Day Notification of Google Play Developer Term Violation

2014-09-18 Thread Thierry Legras
Thanks for the tip Dallas, but indeed this question just give as answer a
link to http://developer.android.com, no way to get human feedback there.

Thierry


2014-09-17 22:49 GMT+02:00 Dallas Singletary devdal...@gmail.com:

 Try this link
 https://support.google.com/googleplay/android-developer/troubleshooter/3055196
 select App Development Question worth a shot atleast
 On Sep 17, 2014 4:39 PM, Thierry Legras tleg...@gmail.com wrote:

 Good point but the next question si how :)
 I replied to the mail with no luck. Nowhere I could find any contact,
 just link to guidelines and good practises.
 So I just removed dupplicated keywords and I am now praying...

 Thierry.
 Le 17 sept. 2014 20:10, Dallas Singletary devdal...@gmail.com a
 écrit :

 Have you reached out to the Google Play Team? Maybe bring it to there
 attention for manual review?
 On Sep 15, 2014 4:57 AM, Thierry Legras tleg...@gmail.com wrote:


 Here we go, after 3 years with almost no change in my application
 description on Google Play I received the violation notification for my
 application
 https://play.google.com/store/apps/details?id=com.tlegras.freeboxrec
 (sorry only available in google play France)

 This is a notification that your application, Freebox Recorder, with
 package ID com.tlegras.freeboxrec, is currently in violation of our
 developer terms.
 *REASON FOR WARNING*: Violation of the spam
 https://play.google.com/about/developer-content-policy.html#spam 
 provisions
 of the Content Policy. Please refer to the spam policy help article
 https://support.google.com/googleplay/android-developer/answer/2985717 
 for
 more information.

- Do not engage in keyword stuffing by loading app descriptions
with keywords out of context


- Do not use irrelevant, misleading, or excessive keywords in apps
descriptions, titles, or metadata.


 It seems that Google anti-spam robots has gone crazy (why only now
 after all these years??) with the keywords Freebox and Free which are
 related to the name of the French Telecom operator Free and its set-top
 box Freebox that my application allows to control remotely. So these
 keywords are definitively NOT out of context, my application does not
 pretend anywhere to give anything for free or whatever of the kind.

 While waiting for the end of the countdown, I removed a few occurrences
 of Freebox in Google play description. Changing the package ID is really
 not an option for me as other applications are using mine, and anyway, come
 on, my application is controlling a device called Freebox so what would
 be the issue with freebox in the id???

 So, can anybody tell me if there is a way to contact a HUMAN at Google
 play team before my application may be deleted from Google Play, or at
 least how to get more precise feedback than this generic automatically
 generated mail.

 I am pretty upset by such mail after having supported a free ad-less
 revenue-less application stared 4.5/5 for so many year and seeing it could
 be deleted by a stupid brainless anti-spam algorithm :(

 Thanks for any help
 --
 Thierry.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to
 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 

Re: [android-developers] Re: Tracking down multiple Activity instances in memory

2014-09-18 Thread Nathan

I thought I was on to something. . . A colleague had a static textview and 
a static object that references a LoaderManager in another activity. No 
good reason, it wasn't proper communication between fragments, and the 
compiler probably prompted him to make them static in a Quick Fix. While it 
shouldn't affect the Activity I've been monitoring, It's not.  

However, now adb is broken all of a sudden. After two weeks of doing heap 
dumps, it suddenly can;t even debug. Happening with emulators too. 
Resetting adb, restarting eclipse, and restarting the macbook haven't 
helped. 

I may need to move to another topic to solve that. I see that there is 
possibly an update to ADT. And I know ADT updates always go smoothly and 
help - not. Cannot complete the install because of a conflicting 
dependency. I see rebuilding my development environment for the 
gazillionth time in my near future. 

Nathan

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Gradle Android Studio Github repo dependacy

2014-09-18 Thread MathieuB
Hello,

Does anyone have an idea if it's possible to use a github repo as a 
dependancy, without maven. 

We are currently starting a new project and would like to import a private 
custom library to our project. We would like to just add the dependancy to 
the github repo of that custom library, not have to publish to maven 
central (at least for the moment).

Thanks!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Speed up webview

2014-09-18 Thread Jonathan S
Why you are testing on Android Honeycomb?

On Wednesday, September 17, 2014 8:00:01 AM UTC-4, rahul kaushik wrote:

 How can i speed up my webview am using android version 3.0
 i have tried 

 android:hardwareAccelerated=true

 webview.getSettings().setRenderPriority(RenderPriority.HIGH);
 webview.getSettings().setCacheMode(WebSettings.LOAD_NO_CACHE);


 but no luck

 pls suggest

 Thanks

 RK



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Apps uninstalling themselves?

2014-09-18 Thread Nathan
All of a sudden I have a  rash of people telling me that my app is 
uninstalling itself immediately after installing. Is there some new Google 
Play problem?

There's the usual one where they assume I can see their screen and remotely 
access their device. 

*Why does it keep uninstalling?*
But some with more information - one blaming Samsung. 



*After the app is done installing, it immediately uninstalls and a message 
pops up that says BC Navigator was uninstalled on my device. To use BC 
Navigator you must install it on your mobile device. Why does it keep 
doing this?*

One is blaming Samsung - which is possible. I do use Samsung SDk for the 
purposes of communicating with Gear 2. 




*I'm sure it's a Samsung issue. I set the phone's permissions and the Gear 
software permissions to authorize 3rd party apps. Your app installs and I 
get a notice which I click agree. Then another popup says it's Uninstaller 
the program!?!? I've tried it several times.*

Nathan

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] 7-Day Notification of Google Play Developer Term Violation

2014-09-18 Thread Dallas Singletary
Here is some more info I found for you, please let me know if it is helpful
here is the first link
https://support.google.com/googleplay/android-developer/answer/2992033?hl=enref_topic=3453554

And the second.
https://support.google.com/googleplay/android-developer/troubleshooter/2993242?hl=enref_topic=3453554#ts=2993245,2993352
The second has a contact form
On Sep 15, 2014 4:57 AM, Thierry Legras tleg...@gmail.com wrote:


 Here we go, after 3 years with almost no change in my application
 description on Google Play I received the violation notification for my
 application
 https://play.google.com/store/apps/details?id=com.tlegras.freeboxrec
 (sorry only available in google play France)

 This is a notification that your application, Freebox Recorder, with
 package ID com.tlegras.freeboxrec, is currently in violation of our
 developer terms.
 *REASON FOR WARNING*: Violation of the spam
 https://play.google.com/about/developer-content-policy.html#spam provisions
 of the Content Policy. Please refer to the spam policy help article
 https://support.google.com/googleplay/android-developer/answer/2985717 for
 more information.

- Do not engage in keyword stuffing by loading app descriptions
with keywords out of context


- Do not use irrelevant, misleading, or excessive keywords in apps
descriptions, titles, or metadata.


 It seems that Google anti-spam robots has gone crazy (why only now after
 all these years??) with the keywords Freebox and Free which are related
 to the name of the French Telecom operator Free and its set-top box
 Freebox that my application allows to control remotely. So these keywords
 are definitively NOT out of context, my application does not pretend
 anywhere to give anything for free or whatever of the kind.

 While waiting for the end of the countdown, I removed a few occurrences of
 Freebox in Google play description. Changing the package ID is really not
 an option for me as other applications are using mine, and anyway, come on,
 my application is controlling a device called Freebox so what would be
 the issue with freebox in the id???

 So, can anybody tell me if there is a way to contact a HUMAN at Google
 play team before my application may be deleted from Google Play, or at
 least how to get more precise feedback than this generic automatically
 generated mail.

 I am pretty upset by such mail after having supported a free ad-less
 revenue-less application stared 4.5/5 for so many year and seeing it could
 be deleted by a stupid brainless anti-spam algorithm :(

 Thanks for any help
 --
 Thierry.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.