chore: rename project

This commit is contained in:
Stefan Zollinger
2024-04-10 10:39:07 +02:00
parent c94ca3f40f
commit e53a269b4f
16 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
package com.example.sensortestingapp
package com.logitech.vc.kirbytest
import android.app.NotificationChannel
import android.app.NotificationManager

View File

@@ -1,4 +1,4 @@
package com.example.sensortestingapp
package com.logitech.vc.kirbytest
import android.annotation.SuppressLint
import android.app.Service

View File

@@ -1,4 +1,4 @@
package com.example.sensortestingapp
package com.logitech.vc.kirbytest
import android.content.ContentValues
import android.content.Context

View File

@@ -1,4 +1,4 @@
package com.example.sensortestingapp
package com.logitech.vc.kirbytest
import android.util.Log
import org.apache.commons.codec.DecoderException

View File

@@ -1,4 +1,4 @@
package com.example.sensortestingapp
package com.logitech.vc.kirbytest
import android.annotation.SuppressLint
import android.content.Context

View File

@@ -1,4 +1,4 @@
package com.example.sensortestingapp
package com.logitech.vc.kirbytest
import android.annotation.SuppressLint
import android.bluetooth.BluetoothDevice

View File

@@ -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

View File

@@ -1,4 +1,4 @@
package com.example.sensortestingapp;
package com.logitech.vc.kirbytest;
import android.content.Context;
import android.util.AttributeSet;