Skip to content

Commit

Permalink
Disable partner customization
Browse files Browse the repository at this point in the history
  • Loading branch information
amirzaidi committed Jun 17, 2017
1 parent 5474263 commit 6bd4eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/android/launcher3/Partner.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static synchronized Partner get(PackageManager pm) {
if (!sSearched) {
Pair<String, Resources> apkInfo = Utilities.findSystemApk(ACTION_PARTNER_CUSTOMIZATION, pm);
if (apkInfo != null) {
sPartner = new Partner(apkInfo.first, apkInfo.second);
//sPartner = new Partner(apkInfo.first, apkInfo.second);
}
sSearched = true;
}
Expand Down

0 comments on commit 6bd4eaa

Please sign in to comment.