|
@@ -117,6 +117,7 @@ public class ChannelContent {
|
|
|
PackageInfo packageInfo = ApkUtils.getPackageInfo(SheepApp.getInstance().getPackageName());
|
|
PackageInfo packageInfo = ApkUtils.getPackageInfo(SheepApp.getInstance().getPackageName());
|
|
|
if (packageInfo != null && !TextUtils.isEmpty(packageInfo.applicationInfo.sourceDir)) {
|
|
if (packageInfo != null && !TextUtils.isEmpty(packageInfo.applicationInfo.sourceDir)) {
|
|
|
String comment = ZipChannelUtil.readQUA(new File(packageInfo.applicationInfo.sourceDir));
|
|
String comment = ZipChannelUtil.readQUA(new File(packageInfo.applicationInfo.sourceDir));
|
|
|
|
|
+ Log.e("ChannelContent", "ReadComment: "+comment);
|
|
|
if (!TextUtils.isEmpty(comment)) {
|
|
if (!TextUtils.isEmpty(comment)) {
|
|
|
hasChannelFile = true;
|
|
hasChannelFile = true;
|
|
|
if (comment.contains(";")) {
|
|
if (comment.contains(";")) {
|