chore: rename project
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.example.sensortestingapp
|
||||
package com.logitech.vc.kirbytest
|
||||
|
||||
import androidx.test.ext.junit.runners.AndroidJUnit4
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
@@ -17,6 +17,6 @@ class ExampleInstrumentedTest {
|
||||
fun useAppContext() {
|
||||
// Context of the app under test.
|
||||
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
|
||||
assertEquals("com.example.sensortestingapp", appContext.packageName)
|
||||
assertEquals("com.logitech.vc.kirbytest", appContext.packageName)
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.sensortestingapp
|
||||
package com.logitech.vc.kirbytest
|
||||
|
||||
import android.app.NotificationChannel
|
||||
import android.app.NotificationManager
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.sensortestingapp
|
||||
package com.logitech.vc.kirbytest
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.app.Service
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.sensortestingapp
|
||||
package com.logitech.vc.kirbytest
|
||||
|
||||
import android.content.ContentValues
|
||||
import android.content.Context
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.sensortestingapp
|
||||
package com.logitech.vc.kirbytest
|
||||
|
||||
import android.util.Log
|
||||
import org.apache.commons.codec.DecoderException
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.sensortestingapp
|
||||
package com.logitech.vc.kirbytest
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.content.Context
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.sensortestingapp
|
||||
package com.logitech.vc.kirbytest
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import android.bluetooth.BluetoothDevice
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.sensortestingapp
|
||||
package com.logitech.vc.kirbytest
|
||||
|
||||
import android.Manifest
|
||||
import android.annotation.SuppressLint
|
||||
@@ -28,7 +28,7 @@ import androidx.core.app.ActivityCompat
|
||||
import androidx.core.content.ContextCompat
|
||||
import androidx.core.view.WindowCompat
|
||||
import androidx.recyclerview.widget.SimpleItemAnimator
|
||||
import com.example.sensortestingapp.databinding.ActivityMainBinding
|
||||
import com.logitech.vc.kirbytest.databinding.ActivityMainBinding
|
||||
import java.time.LocalDateTime
|
||||
import java.time.format.DateTimeFormatter
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.sensortestingapp;
|
||||
package com.logitech.vc.kirbytest;
|
||||
|
||||
import android.content.Context;
|
||||
import android.util.AttributeSet;
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<com.example.sensortestingapp.NonScrollListView
|
||||
<com.logitech.vc.kirbytest.NonScrollListView
|
||||
android:id="@+id/measurement_fields"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="com.example.sensortestingapp.MainActivity" />
|
||||
tools:context="com.logitech.vc.kirbytest.MainActivity" />
|
||||
@@ -1,7 +1,7 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context="com.example.sensortestingapp.MainActivity">
|
||||
tools:context="com.logitech.vc.kirbytest.MainActivity">
|
||||
<item
|
||||
android:id="@+id/action_export"
|
||||
android:orderInCategory="100"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.example.sensortestingapp
|
||||
package com.logitech.vc.kirbytest
|
||||
|
||||
import org.junit.Assert.*
|
||||
import org.junit.Test
|
||||
Reference in New Issue
Block a user