1363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn/*
2363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn** Copyright 2011, The Android Open Source Project
3363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn**
4363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn** Licensed under the Apache License, Version 2.0 (the "License");
5363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn** you may not use this file except in compliance with the License.
6363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn** You may obtain a copy of the License at
7363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn**
8363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn**     http://www.apache.org/licenses/LICENSE-2.0
9363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn**
10363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn** Unless required by applicable law or agreed to in writing, software
11363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn** distributed under the License is distributed on an "AS IS" BASIS,
12363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn** See the License for the specific language governing permissions and
14363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn** limitations under the License.
15363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn*/
16363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn
17363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackbornpackage android.content.res;
18363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn
19363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackbornparcelable CompatibilityInfo;
20363456c7249f6545e7bde8134ff2e796c6f4c55fDianne Hackborn
21