[android-developers] Re: My app removed after 3 years...thank you Larry google

2015-04-01 Thread J Handal
Funny jack where is the money? On Wednesday, April 1, 2015, JackN wrote: > I hear they are manually reviewing apps for spyware and other malware. > > Be thankfull you got a 3 year ride before being caught. > > > On Tuesday, March 31, 2015 at 1:01:48 PM UTC-7, JHandal wrote: > >> >> Comment #1

[android-developers] Request location updates in IntentService instead of Activity

2015-04-01 Thread Etienne
So these google samples set up location updates in an Activity but can this logic be moved to an IntentService? I have been searching but can't find any examples of managing location updates in a Service, including checking to see if Location Settings is on for the device. https://github.com/g

[android-developers] Re: My app removed after 3 years...thank you Larry google

2015-04-01 Thread JackN
I hear they are manually reviewing apps for spyware and other malware. Be thankfull you got a 3 year ride before being caught. On Tuesday, March 31, 2015 at 1:01:48 PM UTC-7, JHandal wrote: > > Comment #1 on issue 162501 by al...@android.com: Where is my app > https://code.google.com/p/androi

Re: [android-developers] Sending and receiving SMS within my own app and not show in the built in text app

2015-04-01 Thread Kristopher Micinski
"Why do you want to do this?" is a better response than "this is a totally stupid design and is not possible!" If someone asks about the use of a certain feature for a use which it's not designed, it usually is because they are trying to do something that could be accomplished by another method fo

Re: [android-developers] Sending and receiving SMS within my own app and not show in the built in text app

2015-04-01 Thread Steve Gabrilowitz
Glad to have been able to point you in the right direction. If you want to test between devices and don't happen to have 2 physical devices handy you can use 2 emulator instances! On Apr 1, 2015 12:25 PM, "Daniel Chacon" wrote: > I appreciate the feedback and suggestions, i was able to find some

Re: [android-developers] Sending and receiving SMS within my own app and not show in the built in text app

2015-04-01 Thread Daniel Chacon
I appreciate the feedback and suggestions, i was able to find something that seems to be working.. Since this was not going to be a messaging app, but an app that had a small messaging feature in it, i was looking for the easiest way to implement something. After the comments above, i was able to g