1727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler# Copyright (C) 2015 The Android Open Source Project
2727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler#
3727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler# Licensed under the Apache License, Version 2.0 (the "License");
4727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler# you may not use this file except in compliance with the License.
5727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler# You may obtain a copy of the License at
6727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler#
7727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler#      http://www.apache.org/licenses/LICENSE-2.0
8727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler#
9727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler# Unless required by applicable law or agreed to in writing, software
10727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler# distributed under the License is distributed on an "AS IS" BASIS,
11727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler# See the License for the specific language governing permissions and
13727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler# limitations under the License.
14727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler
15727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler# Preference objects are inflated via reflection
16727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler-keep public class * extends android.support.v7.preference.Preference
17727f8307577b813959f6a4a0fd48ba20c880c98eTony Mantler
18