Add internal product flavor.

This commit is contained in:
Cody Henthorne
2020-10-29 15:33:15 -04:00
committed by GitHub
parent a4fa2e14fb
commit 52b533c121
3 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/core_red_shade"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

View File

@@ -0,0 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<string name="app_name">Signal (Internal)</string>
</resources>