diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 888e74b0..a48496a7 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -150,5 +150,14 @@ android:value="androidx.startup" tools:node="remove" /> + + + + + + diff --git a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt index 7dee1433..567d2c84 100644 --- a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt +++ b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileBenchmark.kt @@ -15,14 +15,10 @@ import androidx.test.filters.LargeTest import androidx.test.platform.app.InstrumentationRegistry import androidx.test.uiautomator.UiDevice import org.junit.Before -import org.junit.Ignore import org.junit.Rule import org.junit.Test @LargeTest -@Ignore( - "These tests fail saying that ProfileInstaller 1.3.0-alpha02 should be used which we already are" -) class BaselineProfileBenchmark { @get:Rule val benchmarkRule = MacrobenchmarkRule() private lateinit var device: UiDevice