updates app name, fixes first camera access

This commit is contained in:
2021-12-12 15:51:52 +01:00
parent 59044e0554
commit 9e12972677
13 changed files with 21 additions and 20 deletions

View File

@ -1,4 +1,4 @@
package com.example.bump
package com.maenle.bump
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
@ -19,6 +19,6 @@ class ExampleInstrumentedTest {
fun useAppContext() {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.example.bump", appContext.packageName)
assertEquals("com.maenle.bump", appContext.packageName)
}
}