| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2015 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:tools="http://schemas.android.com/tools"> |
| |
| <uses-sdk |
| android:minSdkVersion="14" |
| tools:overrideLibrary="android_libs.ub_uiautomator" /> |
| |
| <application |
| android:name="androidx.multidex.MultiDexApplication" |
| android:supportsRtl="true" |
| android:theme="@style/Theme.AppCompat"> |
| |
| <service |
| android:name="androidx.appcompat.app.AppLocalesMetadataHolderService" |
| android:enabled="false" |
| android:exported="false"> |
| <meta-data |
| android:name="autoStoreLocales" |
| android:value="false" /> |
| </service> |
| |
| <activity |
| android:name="androidx.appcompat.app.AppCompatActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.AppCompatMenuItemShortcutsTestActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.AppCompatMenuItemIconTintingTestActivity" |
| android:theme="@style/Theme.AppCompat.NoActionBar"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.WindowDecorAppCompatActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.WindowDecorBeforeOnCreateAppCompatActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.ToolbarAppCompatActivity" |
| android:theme="@style/Theme.AppCompat.NoActionBar"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.DrawerLayoutActivity" |
| android:label="@string/drawer_layout_activity" |
| android:theme="@style/Theme.SampleDrawerLayout"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.DrawerInteractionActivity" |
| android:label="@string/drawer_layout_activity" |
| android:theme="@style/Theme.SampleDrawerLayout"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.DrawerLayoutDoubleActivity" |
| android:label="@string/drawer_layout_activity" |
| android:theme="@style/Theme.SampleDrawerLayout"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.DrawerDynamicLayoutActivity" |
| android:label="@string/drawer_layout_activity" |
| android:theme="@style/Theme.SampleDrawerLayout"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.AlertDialogTestActivity" |
| android:label="@string/alert_dialog_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity android:name="androidx.appcompat.view.SupportMenuInflaterTestActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.PopupTestActivity" |
| android:label="@string/popup_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatSpinnerActivity" |
| android:label="@string/app_compat_spinner_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatSpinnerRtlActivity" |
| android:label="@string/app_compat_spinner_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatSpinnerRotationActivity" |
| android:label="@string/app_compat_spinner_activity" |
| android:theme="@style/Theme.AppCompat.Light" |
| android:screenOrientation="portrait" |
| android:rotationAnimation="jumpcut" |
| android:configChanges="orientation"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatAutoCompleteTextViewActivity" |
| android:label="@string/app_compat_auto_complete_text_view_activity" |
| android:theme="@style/Theme.TextColors"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatAutoCompleteTextViewEmojiActivity" |
| android:label="@string/app_compat_auto_complete_text_view_activity" |
| android:theme="@style/Theme.TextColors"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatMultiAutoCompleteTextViewActivity" |
| android:label="@string/app_compat_multi_auto_complete_text_view_activity" |
| android:theme="@style/Theme.TextColors"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatMultiAutoCompleteTextViewEmojiActivity" |
| android:label="@string/app_compat_multi_auto_complete_text_view_activity" |
| android:theme="@style/Theme.TextColors"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatTextViewActivity" |
| android:label="@string/app_compat_text_view_activity" |
| android:theme="@style/Theme.TextColors"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatTextViewAutoSizeActivity" |
| android:label="@string/app_compat_text_view_auto_size_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatTextViewEmojiActivity" |
| android:label="@string/app_compat_text_view_emoji_activity" |
| android:theme="@style/Theme.AppCompat.Light" /> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatEditTextActivity" |
| android:label="@string/app_compat_edit_text_activity" |
| android:theme="@style/Theme.TextColors"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatEditTextEmojiActivity" |
| android:label="@string/app_compat_edit_text_activity" |
| android:theme="@style/Theme.TextColors"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatEditTextReceiveContentActivity" |
| android:label="@string/app_compat_edit_text_receive_content_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatButtonAutoSizeActivity" |
| android:label="@string/app_compat_button_auto_size_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatImageButtonActivity" |
| android:label="@string/app_compat_image_button_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatImageViewActivity" |
| android:label="@string/app_compat_image_view_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatButtonActivity" |
| android:label="@string/app_compat_button_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatButtonEmojiActivity" |
| android:label="@string/app_compat_button_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatIconsActivity" |
| android:label="@string/app_compat_icons_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatRadioButtonActivity" |
| android:label="@string/app_compat_radio_button_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatRadioButtonEmojiActivity" |
| android:label="@string/app_compat_text_view_emoji_activity" |
| android:theme="@style/Theme.AppCompat.Light" /> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatCheckBoxActivity" |
| android:label="@string/app_compat_checkbox_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatCheckBoxEmojiActivity" |
| android:label="@string/app_compat_text_view_emoji_activity" |
| android:theme="@style/Theme.AppCompat.Light" /> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatCheckedTextViewActivity" |
| android:label="@string/app_compat_checkedtextview_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatCheckedTextViewEmojiActivity" |
| android:label="@string/app_compat_checkedtextview_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatToggleButtonActivity" |
| android:label="@string/app_compat_toggle_button_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.AppCompatToggleButtonEmojiActivity" |
| android:label="@string/app_compat_text_view_emoji_activity" |
| android:theme="@style/Theme.AppCompat.Light" /> |
| |
| <activity |
| android:name="androidx.appcompat.widget.SwitchCompatEmojiActivity" |
| android:label="@string/app_compat_text_view_emoji_activity" |
| android:theme="@style/Theme.AppCompat.Light" /> |
| |
| <activity |
| android:name="androidx.appcompat.widget.SwitchCompatActivity" |
| android:label="@string/switch_compat_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.SearchViewTestActivity" |
| android:label="@string/search_view_activity" |
| android:theme="@style/Theme.AppCompat.Light"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.LayoutInflaterFactoryTestActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.FragmentContentIdActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeActivity" |
| android:theme="@style/Theme.AppCompat.DayNight"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeActivityA" |
| android:theme="@style/Theme.AppCompat.DayNight"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeActivityB" |
| android:theme="@style/Theme.AppCompat.DayNight"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModePreventOverrideConfigActivity" |
| android:theme="@style/Theme.AppCompat.DayNight"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeLateOnCreateActivity" |
| android:theme="@style/Theme.AppCompat.DayNight"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeUiModeConfigChangesActivity" |
| android:theme="@style/Theme.AppCompat.DayNight" |
| android:configChanges="uiMode"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeUiModeConfigChangesActivityB" |
| android:theme="@style/Theme.AppCompat.DayNight" |
| android:configChanges="uiMode"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeUiModeConfigChangesActivityC" |
| android:theme="@style/Theme.AppCompat.DayNight" |
| android:configChanges="uiMode"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeRotateDoesNotRecreateActivity" |
| android:theme="@style/Theme.AppCompat.DayNight" |
| android:configChanges="orientation|screenSize"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeCustomAttachBaseContextActivity" |
| android:theme="@style/Theme.AppCompat.DayNight"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeCustomApplyOverrideConfigurationActivity" |
| android:theme="@style/Theme.AppCompat.DayNight" /> |
| |
| <activity |
| android:name="androidx.appcompat.app.NightModeLocalBeforeAttachBaseActivity" |
| android:theme="@style/Theme.AppCompat.DayNight" /> |
| |
| <activity |
| android:name="androidx.appcompat.app.AppCompatVectorDrawableIntegrationActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.AppCompatInflaterDefaultActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.AppCompatInflaterBadClassNameActivity" |
| android:theme="@style/Theme.CustomInflaterBadClassName"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.AppCompatInflaterNullActivity" |
| android:theme="@style/Theme.CustomInflaterNull"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.AppCompatInflaterCustomActivity" |
| android:theme="@style/Theme.CustomInflater"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.ToolbarTestActivity" |
| android:theme="@style/Theme.AppCompat.NoActionBar"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.EmptyOptionsPanelActivity" |
| android:theme="@style/Theme.AppCompat.NoActionBar" /> |
| |
| <activity |
| android:name="androidx.appcompat.widget.ButtonBarLayoutActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.widget.TooltipCompatTestActivity" /> |
| <activity android:name="androidx.appcompat.app.LocalesUpdateActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.LocalesConfigChangesActivity" |
| android:configChanges="locale|layoutDirection"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.LocalesCustomApplyOverrideConfigurationActivity" /> |
| |
| <activity android:name="androidx.appcompat.app.LocalesDialogFragment"/> |
| |
| <activity android:name="androidx.appcompat.app.LocalesCustomAttachBaseContextActivity"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.LocalesRotateDoesNotRecreateActivity" |
| android:configChanges="orientation|screenSize"/> |
| |
| <activity android:name="androidx.appcompat.app.LocalesActivityA"/> |
| |
| <activity android:name="androidx.appcompat.app.LocalesActivityB"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.LocalesConfigChangesActivityA" |
| android:configChanges="locale|layoutDirection"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.LocalesConfigChangesActivityB" |
| android:configChanges="locale|layoutDirection"/> |
| |
| <activity |
| android:name="androidx.appcompat.app.LocalesConfigChangesActivityWithoutLayoutDirection" |
| android:configChanges="locale"/> |
| |
| <activity android:name="androidx.appcompat.app.LocalesLateOnCreateActivity"/> |
| |
| </application> |
| |
| </manifest> |