Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
android_packages_apps_DeskClock
Commits
f0471fdc
Commit
f0471fdc
authored
May 06, 2020
by
Michael Bestas
Browse files
DeskClock: Add sysconfig whitelist xml
Change-Id: I726064ca8112926631e77a399c5066a9a8de294e
parent
a4a8bab2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Android.bp
View file @
f0471fdc
...
...
@@ -27,4 +27,15 @@ android_app {
"androidx.recyclerview_recyclerview",
"org.lineageos.platform.internal",
],
required: [
"com.android.deskclock_whitelist"
],
}
prebuilt_etc {
name: "com.android.deskclock_whitelist",
product_specific: true,
sub_dir: "sysconfig",
src: "com.android.deskclock_whitelist.xml",
filename_from_src: true,
}
com.android.deskclock_whitelist.xml
0 → 100644
View file @
f0471fdc
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2019-2020 The LineageOS 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.
-->
<config>
<allow-in-power-save
package=
"com.android.deskclock"
/>
</config>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment