androidtv: initial load of daemon

Duplicate necessary code from app module to load and run the Ring
daemon. UI must be recreated for each feature.
build-daemon.sh has been amended to also copy libring.so to androidtv
module

Change-Id: I389e6327972bac0c2dc19d21e85dd5ef867b1cfc
diff --git a/ring-android/androidtv/src/main/res/values-nl-rNL/strings_account.xml b/ring-android/androidtv/src/main/res/values-nl-rNL/strings_account.xml
new file mode 100644
index 0000000..071745b
--- /dev/null
+++ b/ring-android/androidtv/src/main/res/values-nl-rNL/strings_account.xml
@@ -0,0 +1,39 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<resources>
+  <!--Strings related to account edition screen-->
+  <string name="ic_delete_menu">Verwijderen</string>
+  <!--Strings related to account creation-->
+  <string name="prompt_username">Gebruikersnaam</string>
+  <string name="prompt_password">Wachtwoord</string>
+  <string name="action_create_short">Registreren</string>
+  <string name="error_field_required">Dit invulveld is vereist</string>
+  <string name="dialog_wait_create">Account aan het toevoegen</string>
+  <string name="help_sip_title">Voeg je SIP account toe</string>
+  <!--Strings related to account deletion-->
+  <string name="account_delete_dialog_title">Account verwijderen?</string>
+  <string name="account_delete_dialog_message">Deze actie kan niet ongedaan worden</string>
+  <!--AccountManagementFragment-->
+  <string name="normal_accounts_titles">Accounts</string>
+  <!--Basic Details-->
+  <string name="account_preferences_basic_tab">Algemeen</string>
+  <string name="account_alias_label">Naam account</string>
+  <string name="account_username_label">Gebruikersnaam</string>
+  <string name="account_password_label">Wachtwoord</string>
+  <!--Audio Details-->
+  <string name="account_audio_label">Geluid</string>
+  <string name="account_preferences_media_tab">Media</string>
+  <string name="account_ringtone_label">Ringtones</string>
+  <!--Video Details-->
+  <string name="account_video_label">Video</string>
+  <!--Advanced Details-->
+  <string name="account_preferences_advanced_tab">Gevorderd</string>
+  <!--Security Details-->
+  <!--SRTP Details-->
+  <string name="account_preferences_security_tab">Beveiliging</string>
+  <!--SIP-->
+  <!--TLS Details-->
+  <!--restore/backup-->
+  <!--Name registration-->
+  <!--Create account-->
+  <!--Devices-->
+</resources>