Loading AndroidManifest-common.xml +5 −3 Original line number Original line Diff line number Diff line Loading @@ -87,7 +87,9 @@ android:process=":wallpaper_chooser" android:process=":wallpaper_chooser" android:permission="android.permission.BIND_JOB_SERVICE" /> android:permission="android.permission.BIND_JOB_SERVICE" /> <service android:name="com.android.launcher3.notification.NotificationListener" <service android:name="com.android.launcher3.notification.NotificationListener" android:label="@string/icon_badging_service_title" android:enabled="@bool/notification_badging_enabled" android:enabled="@bool/notification_badging_enabled" android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"> android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"> <intent-filter> <intent-filter> Loading AndroidManifest.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -71,7 +71,7 @@ android:clearTaskOnLaunch="true" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:stateNotNeeded="true" android:windowSoftInputMode="adjustPan" android:windowSoftInputMode="adjustPan" android:screenOrientation="nosensor" android:screenOrientation="unspecified" android:configChanges="keyboard|keyboardHidden|navigation" android:configChanges="keyboard|keyboardHidden|navigation" android:resizeableActivity="true" android:resizeableActivity="true" android:resumeWhilePausing="true" android:resumeWhilePausing="true" Loading proguard.flags +5 −0 Original line number Original line Diff line number Diff line Loading @@ -102,6 +102,11 @@ public <init>(...); public <init>(...); } } # InstantAppResolver -keep class com.android.quickstep.InstantAppResolverImpl { public <init>(...); } -keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** { -keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** { *; *; } } Loading quickstep/AndroidManifest.xml +7 −2 Original line number Original line Diff line number Diff line Loading @@ -36,8 +36,13 @@ android:restoreAnyVersion="true" android:restoreAnyVersion="true" android:supportsRtl="true" > android:supportsRtl="true" > <service android:name="com.android.quickstep.TouchInteractionService" <service android:exported="true" /> android:name="com.android.quickstep.TouchInteractionService" android:permission="android.permission.STATUS_BAR_SERVICE" > <intent-filter> <action android:name="android.intent.action.QUICKSTEP_SERVICE" /> </intent-filter> </service> <!-- STOPSHIP: Change exported to false once all the integration is complete. <!-- 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 --> It is set to true so that the activity can be started from command line --> Loading quickstep/libs/sysui_shared.jar +1.72 KiB (115 KiB) File changed.No diff preview for this file type. View original file View changed file Loading
AndroidManifest-common.xml +5 −3 Original line number Original line Diff line number Diff line Loading @@ -87,7 +87,9 @@ android:process=":wallpaper_chooser" android:process=":wallpaper_chooser" android:permission="android.permission.BIND_JOB_SERVICE" /> android:permission="android.permission.BIND_JOB_SERVICE" /> <service android:name="com.android.launcher3.notification.NotificationListener" <service android:name="com.android.launcher3.notification.NotificationListener" android:label="@string/icon_badging_service_title" android:enabled="@bool/notification_badging_enabled" android:enabled="@bool/notification_badging_enabled" android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"> android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"> <intent-filter> <intent-filter> Loading
AndroidManifest.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -71,7 +71,7 @@ android:clearTaskOnLaunch="true" android:clearTaskOnLaunch="true" android:stateNotNeeded="true" android:stateNotNeeded="true" android:windowSoftInputMode="adjustPan" android:windowSoftInputMode="adjustPan" android:screenOrientation="nosensor" android:screenOrientation="unspecified" android:configChanges="keyboard|keyboardHidden|navigation" android:configChanges="keyboard|keyboardHidden|navigation" android:resizeableActivity="true" android:resizeableActivity="true" android:resumeWhilePausing="true" android:resumeWhilePausing="true" Loading
proguard.flags +5 −0 Original line number Original line Diff line number Diff line Loading @@ -102,6 +102,11 @@ public <init>(...); public <init>(...); } } # InstantAppResolver -keep class com.android.quickstep.InstantAppResolverImpl { public <init>(...); } -keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** { -keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** { *; *; } } Loading
quickstep/AndroidManifest.xml +7 −2 Original line number Original line Diff line number Diff line Loading @@ -36,8 +36,13 @@ android:restoreAnyVersion="true" android:restoreAnyVersion="true" android:supportsRtl="true" > android:supportsRtl="true" > <service android:name="com.android.quickstep.TouchInteractionService" <service android:exported="true" /> android:name="com.android.quickstep.TouchInteractionService" android:permission="android.permission.STATUS_BAR_SERVICE" > <intent-filter> <action android:name="android.intent.action.QUICKSTEP_SERVICE" /> </intent-filter> </service> <!-- STOPSHIP: Change exported to false once all the integration is complete. <!-- 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 --> It is set to true so that the activity can be started from command line --> Loading
quickstep/libs/sysui_shared.jar +1.72 KiB (115 KiB) File changed.No diff preview for this file type. View original file View changed file