左晓为主开发手持机充值管理机
zuojincheng
2025-03-21 8521954fa97bdfc54123afb4a72755ece311db06
app/src/main/java/com/dayu/recharge/MyApplication.java
@@ -67,9 +67,14 @@
                    case BaseCommon.QHOnLineLibrary:
                        QHOnLineApplication.getInstance(this);
                        BusinessProvider.getInstance(this);
                        break;
                    case BaseCommon.Generalv1Library:
                        com.dayu.general.BaseApplication.getInstance(this);
                        break;
                }
            }
        } catch (Exception e) {
        } catch (
                Exception e) {
            e.printStackTrace();
            CrashReport.postCatchedException(e);
        }
@@ -90,4 +95,6 @@
        intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
        context.startActivity(intent);
    }
}