Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
149 views

Hi i´m working in app that have to notificate when the user starts driving, i used Neura Api but it needs a fixed notification, so i´m trying it with Awareness Api. I need the broadcast in the ...
David Angulo's user avatar
1 vote
0 answers
108 views

Please help me understand why my awareness fence that I have setup does not return a TRUE state for being "Still". I am running the app on my phone and I am "Still", and I have ...
imim's user avatar
  • 63
0 votes
1 answer
356 views

Ive been trying to use Google Awareness API (Fence API) and I can register every other kind of fence - headphones, walking- and my broadcast reciever that handles callbacks from fence state changes is ...
user14111584's user avatar
1 vote
1 answer
200 views

Notice: The Places and Weather contextual signals (exposed via the getPlaces(), and getWeather() methods), are deprecated as of August 7, 2019. I have app using this 2 methods, I searched for ...
Spongi's user avatar
  • 559
0 votes
1 answer
224 views

We are facing the below issue with Google Awareness API java.lang.SecurityException: Invalid API Key for package = com.mypackage. Status code received = 12 at android.os.Parcel....
Bhargav Bandla's user avatar
0 votes
1 answer
538 views

I'm developing an application that should be able to detect when a user has got on a mode of public transport, such as a train or bus. I've seen the Activity and Transition API made by Google, but ...
Matt's user avatar
  • 88
1 vote
0 answers
260 views

I am using geofence in my app and it is working fine without power saving mode. After power saving mode geofence is not triggered. I added again but it is not worked. I was trying BroadcastReceiver ...
Mustafa Kuloğlu's user avatar
0 votes
2 answers
1k views

I need my app to get notified when it is in range of a specific BLE device. Once in range, I want to connect to the device and send data to it. Approach 1: Periodic BLE scans at some interval (i.e. ...
Ivan Stalev's user avatar
2 votes
0 answers
102 views

I implemented Google Awareness API on my application. All the features of Awareness api except getPlace are working. But nearby places features doesn't work. I get the status code 7508. There is no ...
Belfu Ogretir's user avatar
9 votes
2 answers
697 views

Awareness.SnapshotApi.getLocation(client) .setResultCallback(new ResultCallback<LocationResult>() { @Override public void onResult(@NonNull LocationResult locationResult) { ...
P t's user avatar
  • 91
4 votes
0 answers
231 views

I am building an SDK that is using Google Awareness API. I have some actions that need to be executed based on different schedules for each day, also when the app is backgrounded - a perfect match ...
Ofir A.'s user avatar
  • 3,172
8 votes
2 answers
396 views

I'm using Awareness API for my project and receiving actions via BroadcastReceiver. This is the question with my code: link. The problem is that everything works fine in all android version except in ...
Dim's user avatar
  • 4,897
2 votes
1 answer
328 views

I unsuccessfully try to solve my Google Awareness Api Exception Problem for days now. I do have implemented a Awareness Snapshot Client to resolve the current POI nearby for my context collection ...
free100's user avatar
  • 21
2 votes
0 answers
260 views

With Android P, apps running in the background will no longer receive sensor updates. One way around this will be using a Foreground Service. According to this Limited access to sensors in background ...
Syzygy's user avatar
  • 610
8 votes
1 answer
319 views

I am trying to get fence state with the Awareness API. Here is the documentation about this. But... When using: Awareness.FenceApi.queryFences I can see its deprecated, and instead need to use: ...
Dim's user avatar
  • 4,897

15 30 50 per page
1
2 3 4 5