@extscreen/es-core 2.3.19 → 2.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1575,7 +1575,7 @@ class ESManager {
|
|
1575
1575
|
* 示例:/data/data/com.extscreen.runtime/app_rpk/apps/es.com.baduanjin.tv/2.2.2203/android
|
1576
1576
|
*/
|
1577
1577
|
getESAppRuntimePath() {
|
1578
|
-
if (this.getESSDKVersionCode()
|
1578
|
+
if (this.getESSDKVersionCode() >= ES_SDK_VERSION_22) {
|
1579
1579
|
return this._runtimePath;
|
1580
1580
|
}
|
1581
1581
|
//
|