Path: blob/master/system/etc/permissions/android.software.live_wallpaper.xml
10101 views
<?xml version="1.0" encoding="utf-8"?>1<!-- Copyright (C) 2009 The Android Open Source Project23Licensed under the Apache License, Version 2.0 (the "License");4you may not use this file except in compliance with the License.5You may obtain a copy of the License at67http://www.apache.org/licenses/LICENSE-2.089Unless required by applicable law or agreed to in writing, software10distributed under the License is distributed on an "AS IS" BASIS,11WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.12See the License for the specific language governing permissions and13limitations under the License.14-->1516<!-- This feature should be defined for devices that support live wallpapers.17There are minimum hardware requirements to be able to support this18feature: robust multiple GL context support, fast enough CPU, enough19RAM to allow the wallpaper to be running all of the time. -->20<permissions>21<feature name="android.software.live_wallpaper" />22</permissions>232425