Hello Vinay,
In your custom application class that you've already created for Google analytics, override the onCreate() method, and add the following lines:
ActivityLifecycleCallback.register(this);
super.onCreate();
If the import doesn't automatically come in, then add the following import line to your class:
import com.clevertap.android.sdk.ActivityLifecycleCallback;
For more information, please refer to this: