aospa: Enable blur by default.
Change-Id: Ie8403cee65e1157d6b2aea3d62b500ccadd7107f
This commit is contained in:
parent
213aa504c0
commit
ce4e54b677
|
@ -12,6 +12,11 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Blurs
|
||||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
ro.sf.blurs_are_expensive=1 \
|
||||
ro.surface_flinger.supports_background_blur=1
|
||||
|
||||
# Enforce privapp-permissions whitelist.
|
||||
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
|
||||
ro.control_privapp_permissions=enforce
|
||||
|
|
Loading…
Reference in New Issue