Home
last modified time | relevance | path

Searched refs:MAIN_ACTIVITY_CLASS (Results 1 – 3 of 3) sorted by relevance

/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DKernelConstants.kt38 var MAIN_ACTIVITY_CLASS: Class<*> = DetachActivity::class.java variable
41 MAIN_ACTIVITY_CLASS = Class.forName("host.exp.exponent.MainActivity")
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DExpoApplication.kt39 KernelConstants.MAIN_ACTIVITY_CLASS = LauncherActivity::class.java in onCreate()
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DNotificationHelper.kt485 val activityClass = KernelConstants.MAIN_ACTIVITY_CLASS in showNotification()
517 return Intent(context, KernelConstants.MAIN_ACTIVITY_CLASS).apply { in showNotification()