[go: nahoru, domu]

blob: 2f59d346bf46c84c0841808e82838045c5985e23 [file] [log] [blame]
Tony Mantler84352192016-07-20 11:39:11 -07001<!--
2 Copyright (C) 2016 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License
15 -->
16
Aurimas Liutikasdcfa0352022-03-14 16:05:33 -070017<manifest xmlns:android="http://schemas.android.com/apk/res/android">
Aurimas Liutikasb2766492024-06-17 12:10:11 -070018 <application>
Louis Pullen-Freilichcec0e5232020-07-01 02:40:17 +010019 <activity
20 android:name="androidx.preference.tests.helpers.PreferenceTestHelperActivity"
21 android:theme="@style/PreferenceTestTheme"/>
22 <activity
23 android:name="androidx.preference.tests.NoInterfaceTestActivity"
24 android:theme="@style/PreferenceTestTheme"/>
25 <activity
26 android:name="androidx.preference.tests.WithInterfaceTestActivity"
27 android:theme="@style/PreferenceTestTheme"/>
Louis Pullen-Freilich73580312018-05-31 16:41:04 +010028 </application>
Tony Mantler84352192016-07-20 11:39:11 -070029</manifest>