Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.nothing.camera2magic
|
||||
|
||||
import android.content.Context
|
||||
|
||||
object GlobalState {
|
||||
@Volatile
|
||||
lateinit var appContext: Context
|
||||
@Volatile
|
||||
var packageName: String = ""
|
||||
@Volatile
|
||||
var activityCount = 0
|
||||
}
|
||||
Reference in New Issue
Block a user