左晓为主开发手持机充值管理机
zuojincheng
2025-03-26 1bc1acff2127d61b359800096ad5b904370d9176
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);
    }
}