Remove AOSP Ambient display conditionally

The OnePlus devices we currently support (OP3/T and OP5) both use a alterative
doze package. Having this under Settings/Display will not only confuse the user
and possibly cause problems.

- Add preference and controller for custom doze package (com.custom.ambient.display)
- Use our custom doze package

Change-Id: Ib3484de1e8c96bdad4c553af08b24cc14fbf5c43
Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com>
diff --git a/res/values/bliss_strings.xml b/res/values/bliss_strings.xml
index 7cee854..7c44392 100644
--- a/res/values/bliss_strings.xml
+++ b/res/values/bliss_strings.xml
@@ -496,4 +496,5 @@
     <string name="bliss_info">Bliss version</string>
     <string name="bliss_version">Version</string>
     <string name="bliss_type">Build type</string>
+
 </resources>