Uxe Pixel Launcher package name instead of Launcher3

This commit is contained in:
Amir Zaidi
2018-01-23 15:26:50 +01:00
parent 53d910a534
commit d8d6ddbfbd
3 changed files with 9 additions and 9 deletions

View File

@@ -20,5 +20,5 @@ package com.android.launcher3;
* Config file used by Make. This file is automatically generated when using gradle.
*/
public class BuildConfig {
public static final String APPLICATION_ID = "com.android.launcher3";
public static final String APPLICATION_ID = "com.google.android.apps.nexuslauncher";
}