top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Regarding Location+Activity Recognition Api in android

+1 vote
249 views

Can any one tell me why does google included new Location and Activity Recognition apis as part of the Playservices apk? is there any plan to include them as part of the sdk also in future?

posted Jun 29, 2013 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

I want to modify the specific class/activity that enables the security lock (pin code/ password/ facial recog) when the screen turns on. However, I can not find it. I've been looking at the classes under framework/base/policy/src in the AOSP, but I I can not find what class handles nor can I determine if I'm looking in the correct files. Does anyone have an idea where these classes are?
I want the security lock to behave differently based on some parameters I set. Do not confuse what I'm saying with modifying the characteristic of the lock (pin/passowrd/facial) themselves, rather when it is enabled.

+3 votes

Hi, I have used the below sample code downloaded from a website and it is crashing.

Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage);
sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type
startActivity(sendIntent);

Let me know the possible solution.

...