sdm710-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 SamarV-121
parent ea1e874137
commit 1dcb684eea
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-preference \
android-support-v7-appcompat \ android-support-v7-appcompat \
android-support-v14-preference \ android-support-v14-preference \
org.cyanogenmod.platform.internal org.lineageos.platform.internal
LOCAL_RESOURCE_DIR := \ LOCAL_RESOURCE_DIR := \
$(LOCAL_PATH)/res \ $(LOCAL_PATH)/res \

View file

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

View file

@ -3,6 +3,6 @@
} }
-keep class ** extends android.support.v14.preference.PreferenceFragment -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.cyanogenmod.settings.doze; package org.lineageos.settings.doze;
import android.content.BroadcastReceiver; import android.content.BroadcastReceiver;
import android.content.Context; import android.content.Context;

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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -14,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.cyanogenmod.settings.doze; package org.lineageos.settings.doze;
import android.app.Service; import android.app.Service;
import android.content.BroadcastReceiver; import android.content.BroadcastReceiver;

View file

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

View file

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

View file

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

View file

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

View file

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