From bbc79a2e1e723a6e78e9643e00b068ddf688a25c Mon Sep 17 00:00:00 2001 From: Doris Ling Date: Mon, 11 Dec 2017 11:18:10 -0800 Subject: [PATCH 1/2] Update package name for PictureAndPictureSettings - the settings have been moved into the appinfo package, but the path has not been updated properly in the android manifest. Change-Id: I3a00a187bd2fdbeb926e2bb8cc1c4ab720ccd72a Fixes: 70491786 Test: manual (cherry picked from commit ebf884384073e96754d6bea5ee6e611f293a65f5) --- AndroidManifest.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8eaf761d478..6ccb8d1b08d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2573,7 +2573,7 @@ + android:value="com.android.settings.applications.appinfo.PictureInPictureSettings" /> + android:value="com.android.settings.applications.appinfo.PictureInPictureDetails" /> + android:value="com.android.settings.applications.appinfo.DrawOverlayDetails" /> + android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" /> + android:value="com.android.settings.applications.appinfo.ExternalSourcesDetails" /> Date: Mon, 11 Dec 2017 13:45:40 -0800 Subject: [PATCH 2/2] Update package name for PictureAndPictureSettings - also need to update the reference in the special app access xml page. Change-Id: I1199f70adf18d3f0e21a946848239526d9c8b3c8 Fixes: 70491786 Test: make SettingsUnitTests (cherry picked from commit a8472007a7d195410c030146361122de63a07e6a) --- res/xml/special_access.xml | 2 +- .../SpecialAppAccessSettingsTest.java | 89 +++++++++++++++++++ 2 files changed, 90 insertions(+), 1 deletion(-) create mode 100644 tests/unit/src/com/android/settings/applications/SpecialAppAccessSettingsTest.java diff --git a/res/xml/special_access.xml b/res/xml/special_access.xml index 6adfc933fb4..829bc53c6c1 100644 --- a/res/xml/special_access.xml +++ b/res/xml/special_access.xml @@ -68,7 +68,7 @@