[android-developers] How to open dialer during a call programmatically ?

2014-01-12 Thread Juned Khan
Hi all,

I have specific requirement, i want to answer incoming call automatically 
and dial some DTMF number. I am able to answer call, but having problem 
with opening dialpad and sending DTMF during a call.

I tried to do this using ITelephony.aidl class, but it seems those methods 
are not working in Android 2.2 above and its giving me permission related 
error. so is there any other laternaive for that, how do i achieve my goal.

I have posted the related question in stackoverflow as well, below is the 
link where i have posted the code snippets.

http://stackoverflow.com/questions/21019975/neither-user-10056-nor-current-process-has-android-permission-modify-phone-state

for permission related error i found this  
http://code.google.com/p/android/issues/detail?id=15031#makechanges

Any help and idea will be appreciated.

Thanks
Juned Khan

-- 
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/groups/opt_out.


[android-developers] Re: In ADT: Best Set of Emulator Devices to Cover Most Actuals?

2014-01-12 Thread Cayce
I can't imagine a person would make it this far into the process assuming 
that "Emulator" was another word for "The Real Thing", but thanks for 
kindly pointing that out for me. The question was, simply, of all the 
listed options, as a matter of saving time, which would be the preferred 
set to cover the vast array of devices an app is likely to run on.

I'll go with TreKing's suggestion of "The two latest Samsung Galaxies, the 
two latest Nexus devices, and the two latest HTC devices".

Thanks, TreKing.


-- 
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/groups/opt_out.


Re: [android-developers] Loading a Listview from 5MB-JSON in server and start loading a map

2014-01-12 Thread TreKing
On Sun, Jan 12, 2014 at 3:48 PM, Rafa Firenze  wrote:

> I thought about loading the list, and at the same time loading the map
> with markers and able to get the infowindow but I've never done this... is
> this done with FRAGMENTS?


You asked three questions at once. What are you referring to that you've
never done before? Loading a list? Loading a map? Showing info windows?

Please clarify what you're actually trying to do.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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/groups/opt_out.


Re: [android-developers] GooglePlay filtering based on implicit features

2014-01-12 Thread TreKing
On Sun, Jan 12, 2014 at 4:28 PM, smoogli  wrote:

> just wondering what happens if a new model comes with a new feature and
> new permission associated with it...  I guess that the OEM should update
> GooglePlay with the new info, per these models...
>

If you are referring to a new hardware feature, then the Android platform
itself would have to add support for this feature and any permission that
comes with it. OEMS would not update Google Play - Google itself would.
This "detect implicit permissions" thing is a feature of Google Play Google
has implemented as a check for developers when they try to upload apps.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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/groups/opt_out.


Re: [android-developers] AppStore emulation tools?

2014-01-12 Thread TreKing
On Sun, Jan 12, 2014 at 1:34 PM, smoogli  wrote:

> what happens when the app requests a permission that does not appear on
> the device?


More than likely, the same thing. You can easily test this for yourself.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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/groups/opt_out.


[android-developers] GooglePlay filtering based on implicit features

2014-01-12 Thread smoogli
from 
http://developer.android.com/guide/topics/manifest/uses-feature-element.html#implicit:

Google Play attempts to discover an application's implied feature 
> requirements by examining *other elements* declared in the manifest file, 
> specifically,  elements.
>

just wondering what happens if a new model comes with a new feature and new 
permission associated with it...  I guess that the OEM should update 
GooglePlay with the new info, per these models...

makes sense? or any other idea\hint? 

-- 
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/groups/opt_out.


[android-developers] Loading a Listview from 5MB-JSON in server and start loading a map

2014-01-12 Thread Rafa Firenze
Hello, in my app I download a 5MB-JSON which populates a ListView of 
people. Then, if you click to the map, it shows the position of the people 
which also shows a infowindow with data.

I thought about loading the list, and at the same time loading the map with 
markers and able to get the infowindow but I've never done this... is this 
done with FRAGMENTS? Could you give me a link or youtube video to do this 
from API 8?

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/groups/opt_out.


Re: [android-developers] Adding a system library

2014-01-12 Thread Kristopher Micinski
There isn't really a systematic way to add a library to the system in the
same way that you can install a DLL on most systems.

Instead, in Android, you can expose certain API hooks through AIDL, which
might be what you want.

It's almost certain that you don't want to add a library to the system,
because then you'll have to distribute your own ROM: which nobody else will
have.

Kris



On Sun, Jan 12, 2014 at 2:36 PM, smoogli  wrote:

> I'm looking for instructions on how to add a library to the system.
> e.g., my library contains APIs that will be used by other apps. so it
> should be available on the device itself, and not within the app's APK
> files.
>
> 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/groups/opt_out.
>

-- 
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/groups/opt_out.


[android-developers] Adding a system library

2014-01-12 Thread smoogli
I'm looking for instructions on how to add a library to the system.
e.g., my library contains APIs that will be used by other apps. so it 
should be available on the device itself, and not within the app's APK 
files.

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/groups/opt_out.


Re: [android-developers] AppStore emulation tools?

2014-01-12 Thread smoogli
what happens when the app requests a permission that does not appear on the 
device? e.g., com.thirdparty.FOO

-- 
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/groups/opt_out.


Re: [android-developers] AppStore emulation tools?

2014-01-12 Thread TreKing
On Sun, Jan 12, 2014 at 7:17 AM, smoogli  wrote:

> I would like to verify interaction with users in various scenarios.


As Michael indicated, your question doesn't really make sense. There aren't
various scenarios, there is one: app install starts, user is prompted with
permissions list, they accept or deny.

There might be a slightly different flow depending on the method of
installation (Play, Amazon, URL link, etc), but the permissions requested
by the app make no difference.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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/groups/opt_out.


Re: [android-developers] How to open Google play from a shared link on Facebook?

2014-01-12 Thread TreKing
On Sun, Jan 12, 2014 at 5:48 AM, MobileVisuals wrote:

> I tried to implement according to their advice, but the link to the
> appstore is not included when the user tries to share the link now. I
> tested from a Facebook test account. Do you know how I can fix this?


I'm not entirely sure what you're referring to. Aren't you writing code for
your own app? So you control the code? You just have to create the correct
intent and start it, the system will do the rest (assuming the device has
the Play store installed, of course).

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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/groups/opt_out.


Re: [android-developers] Re: In ADT: Best Set of Emulator Devices to Cover Most Actuals?

2014-01-12 Thread TreKing
On Sun, Jan 12, 2014 at 2:04 AM, Piren  wrote:

> FYI, that wouldn't cover anything really.. the emulator can emulate
> resolution differences and different hardware specifications (as in, memory
> size and availability of features) but it does nothing to actually verify
> that the app works on the device. You can try and match the AVD as closely
> as possible to a device, but it will no guarantee the app will run as it
> should on it (especially if the app has anything to do with
> audio/video/VOIP).
>

Oh, yeah, I thought that was given =P


> There's no alternative to testing on actual devices.
>

Amen, brother.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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/groups/opt_out.


Re: [android-developers] AppStore emulation tools?

2014-01-12 Thread Michael Banzon
As a wrote: I don't understand the problem. During installation from Google
Play the user is prompted to accept every permission your app require. This
process has nothing to do with your app. It doesn't happen in your code -
and it might not even happen (depending on the "store" app).

What is there to test? Why would you test it? How does it affect your app?


On Sun, Jan 12, 2014 at 2:17 PM, smoogli  wrote:

> thanks, tried "adb install" but it does not prompt and interact with the
> user. e.g., when adding a permission to the app, it does not prompt with
> "OK, accepted"
> I would like to verify interaction with users in various scenarios.
>
>


-- 
Michael Banzon
http://michaelbanzon.com/

-- 
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/groups/opt_out.


Re: [android-developers] AppStore emulation tools?

2014-01-12 Thread smoogli
thanks, tried "adb install" but it does not prompt and interact with the 
user. e.g., when adding a permission to the app, it does not prompt with 
"OK, accepted"
I would like to verify interaction with users in various scenarios.

-- 
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/groups/opt_out.


Re: [android-developers] AppStore emulation tools?

2014-01-12 Thread Michael Banzon
I don't understand the problem.

Installation usually don't do anything "special" - I haven't encountered
anything that doesn't happen with "adb install" as well.

Regarding the permissions - the user is prompted to accept the permissions.
On updates new ones are highlighted. You need only to install a few
applications from Google Play to map all possible scenarios with proper
screen shots etc.


On Sun, Jan 12, 2014 at 12:39 PM, smoogli  wrote:

>
>
> On Sunday, January 12, 2014 1:20:49 PM UTC+2, smoogli wrote:
>>
>> I would like to identify exact behavior of installing several apps. e.g.,
>> does installation fail or succeed, and which prompts are shown in each case.
>>
>
> more specifically, I would like to experiment with permissions during
> installation e.g., what happens during installation, in different scenarios
> when requesting different permissions
>
>
>
>> On Friday, January 10, 2014 11:52:52 PM UTC+2, TreKing wrote:
>>>
>>>
>>> On Fri, Jan 10, 2014 at 7:48 AM, smoogli  wrote:
>>>
 How can one test actual installation of applications?
>>>
>>>
>>> What do you mean by "actual installation of applications"?
>>>
>>> 
>>> -
>>> TreKing  - Chicago
>>> transit tracking app for Android-powered devices
>>>
>>  --
> 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/groups/opt_out.
>



-- 
Michael Banzon
http://michaelbanzon.com/

-- 
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/groups/opt_out.


Re: [android-developers] How to open Google play from a shared link on Facebook?

2014-01-12 Thread MobileVisuals

>
> Sorry, I missed your link in the previous thread before, but now I found 
> it. I tried to implement according to their advice, but the link to the 
> appstore is not included when the user tries to share the link now. I 
> tested from a Facebook test account. Do you know how I can fix this?
>

They are using ACTION_VIEW, but I have to use ACTION_SEND to be able to 
share the link. This is my code:

  Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND);
  sharingIntent.setType("text/plain");
  sharingIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, "Product 
name");
  sharingIntent.putExtra(android.content.Intent.EXTRA_TEXT, 
Uri.parse("market://details?id=example.package"));
  startActivity(Intent.createChooser(sharingIntent, "Share via"));  

I also tried with this code:

  Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND);
  sharingIntent.setType("text/plain");
  sharingIntent.setData(Uri.parse("market://details?id=morph.galaxytt"));
  startActivity(Intent.createChooser(sharingIntent, "Share via"));

This resulted in the error message "can not find the application to perform 
this action".

-- 
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/groups/opt_out.


Re: [android-developers] AppStore emulation tools?

2014-01-12 Thread smoogli


On Sunday, January 12, 2014 1:20:49 PM UTC+2, smoogli wrote:
>
> I would like to identify exact behavior of installing several apps. e.g., 
> does installation fail or succeed, and which prompts are shown in each case.
>

more specifically, I would like to experiment with permissions during 
installation e.g., what happens during installation, in different scenarios 
when requesting different permissions



> On Friday, January 10, 2014 11:52:52 PM UTC+2, TreKing wrote:
>>
>>
>> On Fri, Jan 10, 2014 at 7:48 AM, smoogli  wrote:
>>
>>> How can one test actual installation of applications?
>>
>>
>> What do you mean by "actual installation of applications"?
>>
>>
>> -
>> TreKing  - Chicago 
>> transit tracking app for Android-powered devices
>>  
>

-- 
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/groups/opt_out.


Re: [android-developers] AppStore emulation tools?

2014-01-12 Thread smoogli
I would like to identify exact behavior of installing several apps. e.g., 
does installation fail or succeed, and which prompts are shown in each case.

On Friday, January 10, 2014 11:52:52 PM UTC+2, TreKing wrote:
>
>
> On Fri, Jan 10, 2014 at 7:48 AM, smoogli 
> > wrote:
>
>> How can one test actual installation of applications?
>
>
> What do you mean by "actual installation of applications"?
>
>
> -
> TreKing  - Chicago 
> transit tracking app for Android-powered devices
>  

-- 
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/groups/opt_out.


[android-developers] Re: In ADT: Best Set of Emulator Devices to Cover Most Actuals?

2014-01-12 Thread Piren
FYI, that wouldn't cover anything really.. the emulator can emulate 
resolution differences and different hardware specifications (as in, memory 
size and availability of features) but it does nothing to actually verify 
that the app works on the device. You can try and match the AVD as closely 
as possible to a device, but it will no guarantee the app will run as it 
should on it (especially if the app has anything to do with 
audio/video/VOIP).

There's no alternative to testing on actual devices. 


On Saturday, January 11, 2014 6:16:33 PM UTC+2, Cayce wrote:
>
> Hello, Forum;
>
> In setting up my emulator devices in ADT, what array of device specs 
> should I target in order to best cover the broadest range of real-life 
> devices? Let's say I want to set up six virtuals to cover the broadest 
> range of actuals. What six would you choose?
>
> I found this article, but it's outdated (2010).
>
> Any advice and/or direction to a more current source of this information 
> would be appreciated.
>
> Thanks.
>
> Cayce
>

-- 
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/groups/opt_out.