1e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root/*
2e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root * Copyright (C) 2011 The Android Open Source Project
3e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root *
4e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root * Licensed under the Apache License, Version 2.0 (the "License");
5e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root * you may not use this file except in compliance with the License.
6e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root * You may obtain a copy of the License at
7e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root *
8e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root *      http://www.apache.org/licenses/LICENSE-2.0
9e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root *
10e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root * Unless required by applicable law or agreed to in writing, software
11e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root * distributed under the License is distributed on an "AS IS" BASIS,
12e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root * See the License for the specific language governing permissions and
14e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root * limitations under the License.
15e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root *
16e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root */
17e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root
18e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Rootpackage com.android.frameworks.coretests;
19e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root
20e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Rootimport android.app.Activity;
21e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root
22e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Rootpublic class TestActivity extends Activity {
23e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root
24e15bdc2da4c74c8d16db8c1d067a42c4767d1003Kenny Root}
25