13f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn/*
23f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn * Copyright (C) 2017 The Android Open Source Project
33f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn *
43f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn * Licensed under the Apache License, Version 2.0 (the "License");
53f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn * you may not use this file except in compliance with the License.
63f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn * You may obtain a copy of the License at
73f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn *
83f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn *      http://www.apache.org/licenses/LICENSE-2.0
93f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn *
103f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn * Unless required by applicable law or agreed to in writing, software
113f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn * distributed under the License is distributed on an "AS IS" BASIS,
123f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn * See the License for the specific language governing permissions and
143f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn * limitations under the License.
153f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn */
163f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn
173f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackbornpackage android.app;
183f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn
193f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackborn/** @hide */
203f7c9f2d0164f2b5826c194e9309791637f35c2cDianne Hackbornparcelable ServiceStartArgs;
21