samsung: doze: Rename to avoid conflicts with AdvancedDisplay

Change-Id: I669835f3563b9eea4fce6db45552c0e3a0888911
tirimbino
Paul Keith 7 years ago committed by Jan Altensen
parent 8bb8f47dd2
commit 7acbd6f735
No known key found for this signature in database
GPG Key ID: 3E45BB95F7AD33DA
  1. 2
      doze/AndroidManifest.xml
  2. 2
      doze/proguard.flags
  3. 2
      doze/src/org/lineageos/settings/doze/BootCompletedReceiver.java
  4. 2
      doze/src/org/lineageos/settings/doze/SamsungDozeActivity.java
  5. 2
      doze/src/org/lineageos/settings/doze/SamsungDozeService.java
  6. 2
      doze/src/org/lineageos/settings/doze/TouchscreenGestureSettings.java

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.lineageos.settings.device" 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">

@ -1,4 +1,4 @@
-keep class org.lineageos.settings.device.* { -keep class org.lineageos.settings.doze.* {
*; *;
} }

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.lineageos.settings.device; package org.lineageos.settings.doze;
import android.content.BroadcastReceiver; import android.content.BroadcastReceiver;
import android.content.Context; import android.content.Context;

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.lineageos.settings.device; package org.lineageos.settings.doze;
import android.os.Bundle; import android.os.Bundle;
import android.preference.PreferenceActivity; import android.preference.PreferenceActivity;

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.lineageos.settings.device; package org.lineageos.settings.doze;
import android.app.Service; import android.app.Service;
import android.content.BroadcastReceiver; import android.content.BroadcastReceiver;

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.lineageos.settings.device; package org.lineageos.settings.doze;
import android.app.ActionBar; import android.app.ActionBar;
import android.os.Bundle; import android.os.Bundle;
Loading…
Cancel
Save