feat(ui): spinner: textSize, textColor, textStyle, entryTextSize, entryTextColor, entryTextStyle

This commit is contained in:
hyb1996
2018-07-17 23:01:19 +08:00
parent 5251028b0b
commit 093a19c491
8 changed files with 206 additions and 33 deletions

View File

@@ -84,6 +84,7 @@ public class IntentUtil {
return goToAppDetailSettings(context, context.getPackageName());
}
// FIXME: 2018/7/11 Permission denial
public static void installApk(Context context, String path) {
Intent intent = new Intent(Intent.ACTION_VIEW);