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

Commit 8110fbc

Browse files
authoredAug 23, 2023
Deprecate location samples (#339)
* Deprecate location samples New samples are in platform-samples * Add warning in sub-projects
1 parent 85f10d1 commit 8110fbc

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed
 

‎ActivityRecognition/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> **Warning**
2+
> This sample has been deprecated and is no longer being maintained.
3+
>
4+
> Find the new location samples in the new [platform-samples repo](https://github.com/android/platform-samples/tree/main/samples/location).
5+
6+
17
Recognizing the User's Current Activity
28
=======================================
39

‎Geofencing/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> **Warning**
2+
> This sample has been deprecated and is no longer being maintained.
3+
>
4+
> Find the new location samples in the new [platform-samples repo](https://github.com/android/platform-samples/tree/main/samples/location).
5+
6+
17
Creating and Monitoring Geofences
28
=================================
39

‎LocationUpdatesBackgroundKotlin/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> **Warning**
2+
> This sample has been deprecated and is no longer being maintained.
3+
>
4+
> Find the new location samples in the new [platform-samples repo](https://github.com/android/platform-samples/tree/main/samples/location).
5+
6+
17
Location Updates in the Background (Kotlin)
28
===========================================
39
Demonstrates retrieving location updates in the background.

‎README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Google Play Location & Context Samples
1+
> **Warning**
2+
> This sample has been deprecated and is no longer being maintained.
3+
>
4+
> Find the new location samples in the new [platform-samples repo](https://github.com/android/platform-samples/tree/main/samples/location).
5+
6+
7+
~~Google Play Location & Context Samples~~
28
======================================
39

410
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.
@@ -49,4 +55,4 @@ License
4955
-------
5056

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

0 commit comments

Comments
 (0)
This repository has been archived.