|
|
@@ -3,7 +3,7 @@ import { hilog } from '@kit.PerformanceAnalysisKit';
|
|
|
import { window } from '@kit.ArkUI';
|
|
|
import {
|
|
|
AppStorageKeyCollect,
|
|
|
- // IBestInit,
|
|
|
+ IBestInit,
|
|
|
RelationalStoreUtils,
|
|
|
windowHelper,
|
|
|
YTAvoid,
|
|
|
@@ -51,7 +51,7 @@ export default class EntryAbility extends UIAbility {
|
|
|
logSize: 800
|
|
|
})
|
|
|
|
|
|
- // IBestInit(windowStage, this.context)
|
|
|
+ IBestInit(windowStage, this.context)
|
|
|
bundleManager.getBundleInfoForSelf(bundleManager.BundleFlag.GET_BUNDLE_INFO_WITH_SIGNATURE_INFO)
|
|
|
.then(res => {
|
|
|
YTLog.info(`signatureInfo:` + JSON.stringify(res.signatureInfo))
|