You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai-catalog/samples/gemini-live-todo/src/main/java/com/android/ai/samples/geminilivetodo/ui/TodoScreenViewModel.kt
+27-23Lines changed: 27 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ import android.Manifest
19
19
importandroid.app.Activity
20
20
importandroid.content.pm.PackageManager
21
21
importandroid.util.Log
22
-
importandroidx.annotation.RequiresPermission
23
22
importandroidx.core.app.ActivityCompat
24
23
importandroidx.core.content.ContextCompat
25
24
importandroidx.lifecycle.ViewModel
@@ -88,34 +87,39 @@ class TodoScreenViewModel @Inject constructor(private val todoRepository: TodoRe
0 commit comments