Why native WLClient lifecycle bind to Activity lifecycle
问题 Short Version I've found that WLClient lifecycle is bound to Activity. Activity lifecycle is managed by OS. Do you have any recommendations to compensate this? Long Version For Android Native project, the first step should be create a WLClient instance by the following call WLClient.getInstance(Context ctx) From the API document, it's a Context, not an Activity, but in reality, there would be a type cast in WLPush.java in WL framework. It doesn't make sense to bind a WLClient to a Activity,