Skip to content

Instantly share code, notes, and snippets.

Go 1 min █████████████████████ 100.0%
@nukc
nukc / ChannelHelper.java
Last active February 8, 2017 09:48
获取 META-INF 目录下的空渠道文件名
package io.virtualapp.utils;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import java.io.IOException;
import java.util.Enumeration;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
@nukc
nukc / ZipCommentHelper
Created January 18, 2017 09:10
获取 apk 文件注释里的渠道号
package com.github.nukc.plugin;
import java.io.DataInput;
import java.io.File;
import java.io.IOException;
import java.io.RandomAccessFile;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.nio.ByteBuffer;