From e5bf4b368208fac2295bce33c85ea8e5b02a8611 Mon Sep 17 00:00:00 2001 From: "Philip P. Moltmann" Date: Fri, 28 Sep 2018 08:38:09 -0700 Subject: Expose background location permission Test: Used the permission in a CTS test Bug: 78788390 Change-Id: I9df18f67331c87065b6f327d7d7ea2e6c66448b8 --- api/current.txt | 1 + core/res/AndroidManifest.xml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/api/current.txt b/api/current.txt index 1b0971000f3a..b93330b3c2ca 100755 --- a/api/current.txt +++ b/api/current.txt @@ -7,6 +7,7 @@ package android { public static final class Manifest.permission { ctor public Manifest.permission(); field public static final java.lang.String ACCEPT_HANDOVER = "android.permission.ACCEPT_HANDOVER"; + field public static final java.lang.String ACCESS_BACKGROUND_LOCATION = "android.permission.ACCESS_BACKGROUND_LOCATION"; field public static final java.lang.String ACCESS_CHECKIN_PROPERTIES = "android.permission.ACCESS_CHECKIN_PROPERTIES"; field public static final java.lang.String ACCESS_COARSE_LOCATION = "android.permission.ACCESS_COARSE_LOCATION"; field public static final java.lang.String ACCESS_FINE_LOCATION = "android.permission.ACCESS_FINE_LOCATION"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index ade0b111111d..fe31549d5232 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -941,7 +941,6 @@ Requesting this by itself is not sufficient to give you location access.

Protection level: dangerous - @hide -->