Adding test to check view inflation during swipe up

Bug: 137851409
Change-Id: Ic8e6f0b3c667051b921d1d4fad03c94122ee92e9
This commit is contained in:
Sunny Goyal
2019-09-18 22:29:40 -07:00
parent 8fbbbe0687
commit 8f90d5da8a
8 changed files with 578 additions and 146 deletions

View File

@@ -73,8 +73,12 @@
</intent-filter>
</activity>
<service
android:name="com.android.launcher3.testcomponent.ListViewService"
android:permission="android.permission.BIND_REMOTEVIEWS" />
<provider
android:name="com.android.launcher3.testcomponent.TestCommandReceiver"
android:name="com.android.launcher3.testcomponent.TestCommandProvider"
android:authorities="${packageName}.commands"
android:exported="true"/>