Files
lineage-sdk/packages/LineagePreferenceLib/res/values/attrs.xml
Michael Bestas 5a577dc607 sdk: Make it REUSE compatible
Change-Id: Iba2bcaf5e677eafebc48c6aca3d3625f821d6e27
2024-11-07 13:28:42 +00:00

27 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2016 The CyanogenMod Project
SPDX-FileCopyrightText: 2018 The LineageOS Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<declare-styleable name="lineage_SelfRemovingPreference">
<attr name="requiresPackage" format="string" />
<attr name="requiresFeature" format="string" />
<attr name="requiresConfig" format="string" />
<attr name="requiresConfigMask" format="integer" />
<attr name="requiresProperty" format="string" />
<attr name="requiresOwner" format="boolean" />
<attr name="requiresAction" format="string" />
<attr name="requiresService" format="string" />
<attr name="replacesKey" format="string" />
<attr name="minSummaryLines" format="integer" />
</declare-styleable>
<!--Settings search providers-->
<declare-styleable name="lineage_Searchable">
<attr name="xmlRes" format="reference" />
</declare-styleable>
</resources>