[android-developers] Android Wear: Disable wakeup gesture?

2014-10-30 Thread Nathan
Android Wear folks. 

Is there a way to programmatically put your Android Wear in a state that 
will not wake up when you move your arm?

Effectively making a sleep or standby mode where it won't come on until you 
push a button. 

I have a Gear Live and I don't see this in the settings. 

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] Android APIs update policy

2014-10-30 Thread Twigbranch
Does anyone know? Does Google or OHA have any terms or policies covering 
breaking changes to Android APIs (i.e. android.media - not Google service APIs 
like Drive). Google does have a one year deprecation notice policy for its 
service APIs, but the question is about Android APIs.


 On Oct 29, 2014, at 7:37 PM, TreKing treking...@gmail.com wrote:
 
 
 On Wed, Oct 29, 2014 at 4:24 PM, twiggle twigbra...@gmail.com wrote:
 TreKing, where do I find those relevant API documents?
 
 Presumably on the given API's official website.
  
 I'm looking at the Android APIs, like android.media.  Where are those terms 
 located?
 
 Oh, I thought you were referring to things like the Drive, Location, or 
 Search web APIs. I'm not aware of any terms covering Android classes / 
 packages. Usually you wait for the newest SDK release, read the updates and 
 changes report, and see what was deprecated / updated.
 
 -
 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/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] Discount Codes in Google Play - still impossible.

2014-10-30 Thread Nathan
According to my best understanding, it is still not possible to offer 
discount codes for your paid app in Google Play. 

Ie, a code that you can track that gives people a discount at time of 
purchase on a specific app. 

My next question is, has someone found a creative solution? 

Could I perhaps get one if I managed to contact the right person on the 
Google Play Marketing Team?

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] Discount Codes in Google Play - still impossible.

2014-10-30 Thread Steve Gabrilowitz
It's not clear if you want this discount code to be a limited time offer or
something that is always available to those in the know.  If the former
then you might be able to work something out with a key based system.  You
would have the regular free version of the app with 2 different key apps,
one at regular price and the other discounted.  The discounted one would
have minimum keywords and such to minimize people finding it by accident
and could be unpublished when the offer expired
On Oct 30, 2014 6:01 PM, Nathan nathan.d.mel...@gmail.com wrote:

 According to my best understanding, it is still not possible to offer
 discount codes for your paid app in Google Play.

 Ie, a code that you can track that gives people a discount at time of
 purchase on a specific app.

 My next question is, has someone found a creative solution?

 Could I perhaps get one if I managed to contact the right person on the
 Google Play Marketing Team?

 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.


-- 
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] Discount Codes in Google Play - still impossible.

2014-10-30 Thread Nathan Mellor
On Thu, Oct 30, 2014 at 3:22 PM, Steve Gabrilowitz steveg1...@gmail.com
wrote:

 It's not clear if you want this discount code to be a limited time offer
 or something that is always available to those in the know.  If the
 former then you might be able to work something out with a key based
 system.  You would have the regular free version of the app with 2
 different key apps, one at regular price and the other discounted.  The
 discounted one would have minimum keywords and such to minimize people
 finding it by accident and could be unpublished when the offer expired

Limited time .

So I guess it would be a special version with a different package name,
which is never updated and would have no IAP. It’s something to consider.

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] Discount Codes in Google Play - still impossible.

2014-10-30 Thread Steve Gabrilowitz
Another possibility is something I have seen from time to time where
developers put an app on sale for a limited time - simple matter of
lowering the price and putting it back when the promotion is over
On Oct 30, 2014 6:39 PM, Nathan Mellor nathan.d.mel...@gmail.com wrote:

 On Thu, Oct 30, 2014 at 3:22 PM, Steve Gabrilowitz steveg1...@gmail.com
 wrote:

 It's not clear if you want this discount code to be a limited time offer
 or something that is always available to those in the know.  If the
 former then you might be able to work something out with a key based
 system.  You would have the regular free version of the app with 2
 different key apps, one at regular price and the other discounted.  The
 discounted one would have minimum keywords and such to minimize people
 finding it by accident and could be unpublished when the offer expired

 Limited time .

 So I guess it would be a special version with a different package name,
 which is never updated and would have no IAP. It’s something to consider.

 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.


-- 
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] Discount Codes in Google Play - still impossible.

2014-10-30 Thread Nathan Mellor
It may be the best option.

Have a secret time when the app is discounted, and only those who sign up
for the newsletter/promotion/bundle deal will be informed in advance of
when that special . Those not so informed would still get the discount if
they just happen to be buying at the right time.

Nathan

On Thu, Oct 30, 2014 at 3:42 PM, Steve Gabrilowitz steveg1...@gmail.com
wrote:

 Another possibility is something I have seen from time to time where
 developers put an app on sale for a limited time - simple matter of
 lowering the price and putting it back when the promotion is over
 On Oct 30, 2014 6:39 PM, Nathan Mellor nathan.d.mel...@gmail.com
 wrote:

 On Thu, Oct 30, 2014 at 3:22 PM, Steve Gabrilowitz steveg1...@gmail.com
 wrote:

 It's not clear if you want this discount code to be a limited time offer
 or something that is always available to those in the know.  If the
 former then you might be able to work something out with a key based
 system.  You would have the regular free version of the app with 2
 different key apps, one at regular price and the other discounted.  The
 discounted one would have minimum keywords and such to minimize people
 finding it by accident and could be unpublished when the offer expired

 Limited time .

 So I guess it would be a special version with a different package name,
 which is never updated and would have no IAP. It’s something to consider.

 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.

  --
 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 a topic in the
 Google Groups Android Developers group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/android-developers/enPIJfI7BlY/unsubscribe
 .
 To unsubscribe from this group and all its topics, 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.