msm8937-common: Doze: Apply LineageOS rebrand

Change-Id: I4daa1092494fdf207ef54dc79f787bcbe1d01a08
This commit is contained in:
Bruno Martins 2017-10-08 10:20:53 +01:00 committed by Isaac Chen
parent 488a587dfd
commit 24a0226499
10 changed files with 16 additions and 14 deletions

View file

@ -15,7 +15,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-v7-preference \
android-support-v7-appcompat \
android-support-v14-preference \
org.cyanogenmod.platform.internal
org.lineageos.platform.internal
LOCAL_RESOURCE_DIR := \
$(LOCAL_PATH)/res \

View file

@ -16,7 +16,7 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cyanogenmod.settings.doze"
package="org.lineageos.settings.doze"
android:versionCode="1"
android:versionName="1.0"
android:sharedUserId="android.uid.system">
@ -50,7 +50,7 @@
android:label="@string/ambient_display_title"
android:theme="@style/Theme.Main">
<intent-filter>
<action android:name="org.cyanogenmod.settings.device.DOZE_SETTINGS" />
<action android:name="org.lineageos.settings.device.DOZE_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>

View file

@ -3,6 +3,6 @@
}
-keep class ** extends android.support.v14.preference.PreferenceFragment
-keep class com.cyanogenmod.settings.doze.* {
-keep class org.lineageos.settings.doze.* {
*;
}

View file

@ -1,5 +1,6 @@
/*
* Copyright (c) 2015 The CyanogenMod Project
* Copyright (C) 2015 The CyanogenMod Project
* 2017 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -14,7 +15,7 @@
* limitations under the License.
*/
package com.cyanogenmod.settings.doze;
package org.lineageos.settings.doze;
import android.content.BroadcastReceiver;
import android.content.Context;

View file

@ -1,5 +1,6 @@
/*
* Copyright (c) 2015 The CyanogenMod Project
* 2017 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -14,7 +15,7 @@
* limitations under the License.
*/
package com.cyanogenmod.settings.doze;
package org.lineageos.settings.doze;
import android.app.Service;
import android.content.BroadcastReceiver;

View file

@ -15,7 +15,7 @@
* limitations under the License.
*/
package com.cyanogenmod.settings.doze;
package org.lineageos.settings.doze;
import android.os.Bundle;
import android.view.MenuItem;

View file

@ -15,7 +15,7 @@
* limitations under the License.
*/
package com.cyanogenmod.settings.doze;
package org.lineageos.settings.doze;
import android.app.Activity;
import android.app.AlertDialog;

View file

@ -1,6 +1,6 @@
/*
* Copyright (c) 2015 The CyanogenMod Project
* Copyright (C) 2017 The LineageOS Project
* 2017 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -15,7 +15,7 @@
* limitations under the License.
*/
package com.cyanogenmod.settings.doze;
package org.lineageos.settings.doze;
import android.content.Context;
import android.hardware.Sensor;

View file

@ -1,6 +1,6 @@
/*
* Copyright (c) 2015 The CyanogenMod Project
* Copyright (C) 2017 The LineageOS Project
* 2017 The LineageOS Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -15,7 +15,7 @@
* limitations under the License.
*/
package com.cyanogenmod.settings.doze;
package org.lineageos.settings.doze;
import android.content.Context;
import android.hardware.Sensor;

View file

@ -15,7 +15,7 @@
* limitations under the License.
*/
package com.cyanogenmod.settings.doze;
package org.lineageos.settings.doze;
import android.content.Context;
import android.content.Intent;