wequick/Small

插件中的Manifest的<meta-data>读不出来

Open

#174 opened on Jun 21, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Java (1,123 forks)batch import
help wanted

Repository metrics

Stars
 (5,028 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

如题 这个是不支持么 以下是lib中的一段代码

            appInfo = context.getPackageManager().getApplicationInfo(context.getPackageName(),PackageManager.GET_META_DATA);
            String pv = appInfo.metaData.getFloat("pv") + "";

此处的metaData是null.....

Contributor guide