Loading Android.bp +5 −0 Original line number Diff line number Diff line Loading @@ -657,6 +657,11 @@ android_app { "AndroidManifest-common.xml", ], aaptflags: [ "--custom-package", "foundation.e.blisslauncher", ], manifest: "quickstep/AndroidManifest.xml", jacoco: { include_filter: ["com.android.launcher3.*"], Loading bliss/AndroidManifest.xml +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ <application android:icon="@mipmap/ic_launcher"> <activity android:name="com.android.launcher3.widgets.WidgetsActivity" android:name="foundation.e.blisslauncher.widgets.WidgetsActivity" android:autoRemoveFromRecents="true" android:clearTaskOnLaunch="true" android:excludeFromRecents="true" Loading @@ -21,7 +21,7 @@ <!-- Dummy receiver for the migration of weather app --> <receiver android:name="com.android.launcher3.features.weather.WeatherAppWidgetProvider" android:name="foundation.e.blisslauncher.features.weather.WeatherAppWidgetProvider" android:exported="false" android:label="@string/app_name" tools:ignore="Instantiatable"> Loading @@ -35,7 +35,7 @@ <service android:name="com.android.launcher3.features.notification.NotificationService" android:name="foundation.e.blisslauncher.features.notification.NotificationService" android:label="@string/notification_dots_service_title" android:exported="true" android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"> Loading bliss/src/com/android/launcher3/LauncherActivityCachingLogic.kt +0 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ import android.os.Build.VERSION import android.os.UserHandle import android.util.Log import com.android.launcher3.Flags.useNewIconForArchivedApps import com.android.launcher3.R import com.android.launcher3.icons.BaseIconFactory.IconOptions import com.android.launcher3.icons.BitmapInfo import com.android.launcher3.icons.IconProvider Loading bliss/src/com/android/launcher3/LauncherAppMonitor.java +0 −4 Original line number Diff line number Diff line Loading @@ -33,11 +33,7 @@ import android.text.TextUtils; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.android.launcher3.LauncherPrefChangeListener; import com.android.launcher3.LauncherPrefs; import com.android.launcher3.model.data.AppInfo; import com.android.launcher3.InvariantDeviceProfile; import com.android.launcher3.Launcher; import com.android.launcher3.util.MainThreadInitializedObject; import com.android.launcher3.util.SafeCloseable; Loading bliss/src/com/android/launcher3/LauncherAppMonitorCallback.kt +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ import android.content.Intent import android.content.pm.ShortcutInfo import android.database.sqlite.SQLiteDatabase import android.os.UserHandle import com.android.launcher3.Launcher import com.android.launcher3.model.data.AppInfo import java.io.FileDescriptor import java.io.PrintWriter Loading Loading
Android.bp +5 −0 Original line number Diff line number Diff line Loading @@ -657,6 +657,11 @@ android_app { "AndroidManifest-common.xml", ], aaptflags: [ "--custom-package", "foundation.e.blisslauncher", ], manifest: "quickstep/AndroidManifest.xml", jacoco: { include_filter: ["com.android.launcher3.*"], Loading
bliss/AndroidManifest.xml +3 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ <application android:icon="@mipmap/ic_launcher"> <activity android:name="com.android.launcher3.widgets.WidgetsActivity" android:name="foundation.e.blisslauncher.widgets.WidgetsActivity" android:autoRemoveFromRecents="true" android:clearTaskOnLaunch="true" android:excludeFromRecents="true" Loading @@ -21,7 +21,7 @@ <!-- Dummy receiver for the migration of weather app --> <receiver android:name="com.android.launcher3.features.weather.WeatherAppWidgetProvider" android:name="foundation.e.blisslauncher.features.weather.WeatherAppWidgetProvider" android:exported="false" android:label="@string/app_name" tools:ignore="Instantiatable"> Loading @@ -35,7 +35,7 @@ <service android:name="com.android.launcher3.features.notification.NotificationService" android:name="foundation.e.blisslauncher.features.notification.NotificationService" android:label="@string/notification_dots_service_title" android:exported="true" android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"> Loading
bliss/src/com/android/launcher3/LauncherActivityCachingLogic.kt +0 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ import android.os.Build.VERSION import android.os.UserHandle import android.util.Log import com.android.launcher3.Flags.useNewIconForArchivedApps import com.android.launcher3.R import com.android.launcher3.icons.BaseIconFactory.IconOptions import com.android.launcher3.icons.BitmapInfo import com.android.launcher3.icons.IconProvider Loading
bliss/src/com/android/launcher3/LauncherAppMonitor.java +0 −4 Original line number Diff line number Diff line Loading @@ -33,11 +33,7 @@ import android.text.TextUtils; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.android.launcher3.LauncherPrefChangeListener; import com.android.launcher3.LauncherPrefs; import com.android.launcher3.model.data.AppInfo; import com.android.launcher3.InvariantDeviceProfile; import com.android.launcher3.Launcher; import com.android.launcher3.util.MainThreadInitializedObject; import com.android.launcher3.util.SafeCloseable; Loading
bliss/src/com/android/launcher3/LauncherAppMonitorCallback.kt +0 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ import android.content.Intent import android.content.pm.ShortcutInfo import android.database.sqlite.SQLiteDatabase import android.os.UserHandle import com.android.launcher3.Launcher import com.android.launcher3.model.data.AppInfo import java.io.FileDescriptor import java.io.PrintWriter Loading