Merge "Removes Sandbox from gesture-excluding activities." into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot 2020-04-21 00:19:46 +00:00 committed by Android (Google) Code Review
commit 0f6ecb675e
1 changed files with 2 additions and 4 deletions

View File

@ -13,13 +13,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<string name="task_overlay_factory_class" translatable="false"/>
<!-- Activities which block home gesture -->
<string-array name="gesture_blocking_activities" tools:ignore="InconsistentArrays">
<item>com.android.launcher3/com.android.quickstep.interaction.GestureSandboxActivity</item>
</string-array>
<string-array name="gesture_blocking_activities" translatable="false"/>
<string name="stats_log_manager_class" translatable="false">com.android.quickstep.logging.StatsLogCompatManager</string>