Skip to content

Commit

Permalink
Rename CmDoze to ZukDoze
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscript committed Nov 10, 2016
1 parent 487ba90 commit 85605b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doze/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LOCAL_MODULE_TAGS := optional

LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_PACKAGE_NAME := CmDoze
LOCAL_PACKAGE_NAME := ZukDoze
LOCAL_CERTIFICATE := platform
LOCAL_PRIVILEGED_MODULE := true
LOCAL_STATIC_JAVA_LIBRARIES := \
Expand Down
2 changes: 1 addition & 1 deletion doze/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
android:targetSdkVersion="24"/>

<application
android:label="CmDoze"
android:label="ZukDoze"
android:persistent="true">

<receiver android:name="com.cyanogenmod.settings.doze.DozeReceiver">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class BootCompletedReceiver extends BroadcastReceiver {

private static final boolean DEBUG = false;
private static final String TAG = "OneplusDoze";
private static final String TAG = "ZukDoze";

@Override
public void onReceive(final Context context, Intent intent) {
Expand Down
2 changes: 1 addition & 1 deletion doze/src/com/cyanogenmod/settings/doze/DozeReceiver.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class DozeReceiver extends RemotePreferenceUpdater {

private static final boolean DEBUG = false;
private static final String TAG = "OneplusDoze";
private static final String TAG = "ZukDoze";

private static final String DOZE_CATEGORY_KEY = "doze_device_settings";

Expand Down

0 comments on commit 85605b1

Please sign in to comment.