17c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su/*
27c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su * Copyright (C) 2008 The Android Open Source Project
37c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su *
47c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su * Licensed under the Apache License, Version 2.0 (the "License");
57c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su * you may not use this file except in compliance with the License.
67c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su * You may obtain a copy of the License at
77c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su *
87c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su *      http://www.apache.org/licenses/LICENSE-2.0
97c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su *
107c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su * Unless required by applicable law or agreed to in writing, software
117c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su * distributed under the License is distributed on an "AS IS" BASIS,
127c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
137c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su * See the License for the specific language governing permissions and
147c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su * limitations under the License.
157c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su */
167c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su
177c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Supackage android.app.cts;
187c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su
197c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Supublic class LocalActivity extends TestedActivity {
207c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su    public LocalActivity() {
217c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su    }
227c0bdb3dc9365ce7c2c0901afc6927d78ad56d2bScott Su}
23