Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Deprecate location samples (#339)
Browse files Browse the repository at this point in the history
* Deprecate location samples

New samples are in platform-samples

* Add warning in sub-projects
  • Loading branch information
marcelpinto authored Aug 23, 2023
1 parent 85f10d1 commit 8110fbc
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ActivityRecognition/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
> **Warning**
> This sample has been deprecated and is no longer being maintained.
>
> Find the new location samples in the new [platform-samples repo](https://github.com/android/platform-samples/tree/main/samples/location).

Recognizing the User's Current Activity
=======================================

Expand Down
6 changes: 6 additions & 0 deletions Geofencing/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
> **Warning**
> This sample has been deprecated and is no longer being maintained.
>
> Find the new location samples in the new [platform-samples repo](https://github.com/android/platform-samples/tree/main/samples/location).

Creating and Monitoring Geofences
=================================

Expand Down
6 changes: 6 additions & 0 deletions LocationUpdatesBackgroundKotlin/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
> **Warning**
> This sample has been deprecated and is no longer being maintained.
>
> Find the new location samples in the new [platform-samples repo](https://github.com/android/platform-samples/tree/main/samples/location).

Location Updates in the Background (Kotlin)
===========================================
Demonstrates retrieving location updates in the background.
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
Google Play Location & Context Samples
> **Warning**
> This sample has been deprecated and is no longer being maintained.
>
> Find the new location samples in the new [platform-samples repo](https://github.com/android/platform-samples/tree/main/samples/location).

~~Google Play Location & Context Samples~~
======================================

The [location and context APIs](https://developers.google.com/location-context/) harness the sensors and signals of mobile devices to provide awareness of user actions and their environment, enabling delightful and engaging experiences that simplify user interactions, provide assistance, and help users to better understand themselves.
Expand Down Expand Up @@ -49,4 +55,4 @@ License
-------

These samples are distributed under the terms of the Apache License (Version 2.0).
See the [license](LICENSE) for more information.
See the [license](LICENSE) for more information.

0 comments on commit 8110fbc

Please sign in to comment.