1b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds/**
2b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds * Copyright (c) 2016, The Android Open Source Project
3b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds *
4b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds * Licensed under the Apache License, Version 2.0 (the "License");
5b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds * you may not use this file except in compliance with the License.
6b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds * You may obtain a copy of the License at
7b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds *
8b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds *     http://www.apache.org/licenses/LICENSE-2.0
9b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds *
10b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds * Unless required by applicable law or agreed to in writing, software
11b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds * distributed under the License is distributed on an "AS IS" BASIS,
12b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds * See the License for the specific language governing permissions and
14b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds * limitations under the License.
15b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds */
16b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds
17b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynoldspackage android.app;
18b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynolds
19b5e44b796618c376cf535e43aaa86ea4522e7770Julia Reynoldsparcelable NotificationChannel;