Skip to content

Commit 6bd4eaa

Browse files
committed
Disable partner customization
1 parent 5474263 commit 6bd4eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/android/launcher3/Partner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static synchronized Partner get(PackageManager pm) {
6161
if (!sSearched) {
6262
Pair<String, Resources> apkInfo = Utilities.findSystemApk(ACTION_PARTNER_CUSTOMIZATION, pm);
6363
if (apkInfo != null) {
64-
sPartner = new Partner(apkInfo.first, apkInfo.second);
64+
//sPartner = new Partner(apkInfo.first, apkInfo.second);
6565
}
6666
sSearched = true;
6767
}

0 commit comments

Comments
 (0)