Integrate Contacts app mask compatible icon

Bug: 34128487
Test:
Manually verified the current launcher icon loads correctly on N
and O.
Currently there is no way to change the icon masks so the adaptive shape
part can't be tested.

Change-Id: I14a342093ad16cb30d0561a6f4efbabe82bca927
diff --git a/res/values/colors.xml b/res/values/colors.xml
index e89ed9f..1dca4f4 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -14,6 +14,9 @@
      limitations under the License.
 -->
 <resources>
+    <!-- Adaptive icon background layer color -->
+    <color name="ic_contacts_launcher_background">#3F51B5</color>
+
     <!-- 87% black -->
     <color name="quantum_black_text">#dd000000</color>