mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-28 01:15:16 +00:00
COVIDSafe code from version 1.0.16
This commit is contained in:
commit
b827cf3cce
341 changed files with 28036 additions and 0 deletions
15
app/src/debug/AndroidManifest.xml
Normal file
15
app/src/debug/AndroidManifest.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="au.gov.health.covidsafe">
|
||||
|
||||
<application
|
||||
android:name=".TracerApp"
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/MyTheme.DayNight">
|
||||
</application>
|
||||
|
||||
</manifest>
|
9
app/src/debug/res/values/mp_feedback_config.xml
Normal file
9
app/src/debug/res/values/mp_feedback_config.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources tools:ignore="MissingTranslation" xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="mp_feedback_host" />
|
||||
<string name="mp_feedback_apikey" />
|
||||
<string name="mp_feedback_projectkey" />
|
||||
<string-array name="mp_feedback_components">
|
||||
<item>Android</item>
|
||||
</string-array>
|
||||
</resources>
|
Loading…
Add table
Add a link
Reference in a new issue