Skip to content

Commit

Permalink
Revert "Add preference for Ambient Play"
Browse files Browse the repository at this point in the history
This reverts commit f6e9cd4.
  • Loading branch information
liquid0624 committed Dec 21, 2018
1 parent c336985 commit d53bdec
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 289 deletions.
12 changes: 0 additions & 12 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3490,18 +3490,6 @@
android:value="com.liquid.liquidlounge.fragments.AmbientSettings" />
</activity>

<!-- Ambient play activity -->
<activity android:name="Settings$AmbientPlayActivity"
android:label="@string/ambient_play_cat"
android:excludeFromRecents="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.AmbientPlaySettings" />
</activity>

<!-- Smart pixels activity -->
<activity android:name="Settings$SmartPixelsActivity"
android:label="@string/smart_pixels_title"
Expand Down
Binary file removed res/drawable-hdpi/ambient_play_illustration.png
Binary file not shown.
Binary file removed res/drawable-mdpi/ambient_play_illustration.png
Binary file not shown.
Binary file removed res/drawable-xhdpi/ambient_play_illustration.png
Binary file not shown.
Binary file removed res/drawable-xxhdpi/ambient_play_illustration.png
Binary file not shown.
Binary file removed res/drawable-xxxhdpi/ambient_play_illustration.png
Binary file not shown.
24 changes: 0 additions & 24 deletions res/layout/ambient_play_illustration.xml

This file was deleted.

7 changes: 0 additions & 7 deletions res/values/custom_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,13 +568,6 @@
<!-- Volume settings - Volume adjustment sound -->
<string name="volume_adjust_sounds_title">Volume key sounds</string>

<!-- Ambient Play -->
<string name="ambient_play_cat">Now Playing</string>
<string name="ambient_recognition_title">Enable Now Playing</string>
<string name="ambient_recognition_summary">Be notified of music being played around you</string>
<string name="ambient_recognition_lockscreen_title">Show Now Playing</string>
<string name="ambient_recognition_lockscreen_summary">On the lockscreen</string>

<!-- Proximity wake -->
<string name="proximity_wake_title">Prevent accidental wake-up</string>
<string name="proximity_wake_summary">Check the proximity sensor prior to waking up screen</string>
Expand Down
40 changes: 0 additions & 40 deletions res/xml/ambient_play_settings.xml

This file was deleted.

50 changes: 0 additions & 50 deletions src/com/android/settings/AmbientPlaySettings.java

This file was deleted.

2 changes: 0 additions & 2 deletions src/com/android/settings/core/gateway/SettingsGateway.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package com.android.settings.core.gateway;

import com.android.settings.AmbientPlaySettings;
import com.android.settings.DateTimeSettings;
import com.android.settings.DeviceAdminSettings;
import com.android.settings.DisplaySettings;
Expand Down Expand Up @@ -283,7 +282,6 @@ public class SettingsGateway {
ScreenStabilization.class.getName(),
RunningServices.class.getName(),
AmbientSettings.class.getName(),
AmbientPlaySettings.class.getName(),
SmartPixels.class.getName(),
ExpandedDesktopPreferenceFragment.class.getName(),
DisplayRotation.class.getName(),
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit d53bdec

Please sign in to comment.