Revert "List apps which requested the TURN_SCREEN_ON appOp permi..."
Revert submission 22338257-turnScreenOnPermission_pregrant Reason for revert: b/278739832 Reverted changes: /q/submissionid:22338257-turnScreenOnPermission_pregrant Change-Id: Iada276497c37c0e89a2cde8706394949d468e8e5
This commit is contained in:
committed by
Android (Google) Code Review
parent
58e7b70df3
commit
94f08e4ba1
@@ -195,11 +195,7 @@
|
||||
android:key="turn_screen_on"
|
||||
android:title="@string/turn_screen_on_title"
|
||||
android:order="-200"
|
||||
android:fragment="com.android.settings.applications.manageapplications.ManageApplications">
|
||||
<extra
|
||||
android:name="classname"
|
||||
android:value="com.android.settings.Settings$TurnScreenOnSettingsActivity" />
|
||||
</Preference>
|
||||
android:fragment="com.android.settings.applications.specialaccess.turnscreenon.TurnScreenOnSettings" />
|
||||
|
||||
<Preference
|
||||
android:key="special_access_more"
|
||||
|
||||
23
res/xml/turn_screen_on_settings.xml
Normal file
23
res/xml/turn_screen_on_settings.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2022 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||
android:key="turn_screen_on_screen"
|
||||
android:title="@string/turn_screen_on_title"
|
||||
settings:searchable="false" />
|
||||
Reference in New Issue
Block a user