mobile update
This commit is contained in:
@@ -22,6 +22,19 @@
|
||||
<!-- AndroidTV support -->
|
||||
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
|
||||
</intent-filter>
|
||||
<!-- DEEP LINK PLUGIN. AUTO-GENERATED. DO NOT REMOVE. -->
|
||||
<intent-filter >
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:scheme="com.arrelin.family-budget-android" />
|
||||
<data android:host="auth" />
|
||||
|
||||
|
||||
|
||||
|
||||
</intent-filter>
|
||||
<!-- DEEP LINK PLUGIN. AUTO-GENERATED. DO NOT REMOVE. -->
|
||||
</activity>
|
||||
|
||||
<provider
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<resources>
|
||||
<string name="app_name">family-budget-android</string>
|
||||
<string name="main_activity_title">family-budget-android</string>
|
||||
</resources>
|
||||
<string name="app_name">Family Budget</string>
|
||||
<string name="main_activity_title">Family Budget</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user