Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4fb341e authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4690345 from 96992e9e to qt-release

Change-Id: Ia05cc073421d590b48a55860f89eb492ec0597bc
parents 586a5733 96992e9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
  public int getY();
}

-keep class com.android.launcher3.dragndrop.DragLayer$LayoutParams {
-keep class com.android.launcher3.views.BaseDragLayer$LayoutParams {
  public void setWidth(int);
  public int getWidth();
  public void setHeight(int);
+15 −1
Original line number Diff line number Diff line
@@ -47,7 +47,21 @@
        <!-- STOPSHIP: Change exported to false once all the integration is complete.
        It is set to true so that the activity can be started from command line -->
        <activity android:name="com.android.quickstep.RecentsActivity"
            android:exported="true" />
            android:exported="true"
            android:excludeFromRecents="true" />

        <!-- Content provider to settings search -->
        <provider
            android:name="com.android.quickstep.LauncherSearchIndexablesProvider"
            android:authorities="com.android.launcher3"
            android:grantUriPermissions="true"
            android:multiprocess="true"
            android:permission="android.permission.READ_SEARCH_INDEXABLES"
            android:exported="true">
            <intent-filter>
                <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
            </intent-filter>
        </provider>
    </application>

</manifest>
+341 B (116 KiB)

File changed.

No diff preview for this file type.

−563 B
Loading image diff...
−527 B
Loading image diff...
Loading