2018-01-24 15:38:25 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!-- Copyright (C) 2018 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.
|
|
|
|
|
-->
|
|
|
|
|
|
2019-01-16 18:51:53 -08:00
|
|
|
<!-- Class overrides for launcher with quickstep. -->
|
|
|
|
|
|
2018-01-24 15:38:25 -08:00
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
2018-03-02 17:25:59 -08:00
|
|
|
<string name="instant_app_resolver_class" translatable="false">com.android.quickstep.InstantAppResolverImpl</string>
|
2018-04-09 09:23:11 -07:00
|
|
|
|
2019-04-19 01:46:51 -07:00
|
|
|
<string name="app_launch_tracker_class" translatable="false">com.android.launcher3.appprediction.PredictionAppTracker</string>
|
|
|
|
|
|
2018-04-09 09:23:11 -07:00
|
|
|
<string name="main_process_initializer_class" translatable="false">com.android.quickstep.QuickstepProcessInitializer</string>
|
2019-11-11 15:55:27 -08:00
|
|
|
|
2020-07-27 17:50:33 -07:00
|
|
|
<string name="model_delegate_class" translatable="false">com.android.launcher3.model.QuickstepModelDelegate</string>
|
|
|
|
|
|
2022-06-06 21:40:11 +00:00
|
|
|
<string name="secondary_display_predictions_class" translatable="false">com.android.launcher3.secondarydisplay.SecondaryDisplayPredictionsImpl</string>
|
|
|
|
|
|
2018-01-24 15:38:25 -08:00
|
|
|
</resources>
|