commit | 0e947fbdbb49d2d58b4d1719224ded4c3f18707a | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Fri May 19 12:21:50 2017 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Fri May 19 12:22:31 2017 -0700 |
tree | f9f1a88f75a4a3db834eac499a0f34831dfb18d8 | |
parent | 7056275771eeb3c8acbffd28192a0c6d3ed249c7 [diff] [blame] |
Making some methods accessible Bug: 37616877 Change-Id: I22ed43d9a39d321757d7c2fde7754b95a44780e2
diff --git a/src/com/android/launcher3/Utilities.java b/src/com/android/launcher3/Utilities.java index 54e7dd2..b006453 100644 --- a/src/com/android/launcher3/Utilities.java +++ b/src/com/android/launcher3/Utilities.java
@@ -259,7 +259,7 @@ return scale; } - static boolean isSystemApp(Context context, Intent intent) { + public static boolean isSystemApp(Context context, Intent intent) { PackageManager pm = context.getPackageManager(); ComponentName cn = intent.getComponent(); String packageName = null;