From a9ad1d3af1e3202962c102faae46a555fd818869 Mon Sep 17 00:00:00 2001 From: Jeremy Joslin Date: Wed, 18 Jan 2017 16:16:39 -0800 Subject: Remove SystemApi from android.permission.REQUEST_NETWORK_SCORES. Copy/paste error, it's not needed. Test: Built & run Bug: 34250804 Change-Id: If9e0ff91e559bbcf278913cba47fd3d2073927b4 --- api/system-current.txt | 1 - core/res/AndroidManifest.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/api/system-current.txt b/api/system-current.txt index e00507ee884c..48425baa8f39 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -206,7 +206,6 @@ package android { field public static final java.lang.String REQUEST_DELETE_PACKAGES = "android.permission.REQUEST_DELETE_PACKAGES"; field public static final java.lang.String REQUEST_IGNORE_BATTERY_OPTIMIZATIONS = "android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS"; field public static final java.lang.String REQUEST_INSTALL_PACKAGES = "android.permission.REQUEST_INSTALL_PACKAGES"; - field public static final java.lang.String REQUEST_NETWORK_SCORES = "android.permission.REQUEST_NETWORK_SCORES"; field public static final deprecated java.lang.String RESTART_PACKAGES = "android.permission.RESTART_PACKAGES"; field public static final java.lang.String RESTRICTED_VR_ACCESS = "android.permission.RESTRICTED_VR_ACCESS"; field public static final java.lang.String RETRIEVE_WINDOW_CONTENT = "android.permission.RETRIEVE_WINDOW_CONTENT"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 054fad2f0bca..da57bc37830f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1272,7 +1272,7 @@ -