OnboardingFragment: Add new app links fragment

Request users Android S and above to enable play.google.com as a supported link
manually

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-08-21 15:25:36 +05:30
parent 004c3dd65c
commit e02347ec85
5 changed files with 185 additions and 7 deletions

View File

@@ -18,7 +18,8 @@
~ You should have received a copy of the GNU General Public License
~ along with Aurora Store. If not, see <http://www.gnu.org/licenses/>.
~
--><resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="about_bhim">"BHIM - UPI"</string>
<string name="about_bhim_summary">"Donate via UPI"</string>
<string name="about_bitcoin_bch">"Bitcoin Cash"</string>
@@ -371,4 +372,11 @@
<string name="app_language">App Language</string>
<string name="pref_ui_layout">Layout</string>
<string name="pref_ui_layout_tab">Select default tab</string>
<string name="app_links_title">App Links</string>
<string name="app_links_desc">Aurora store can open supported links</string>
<string name="action_enable">Enable</string>
<string name="action_enabled">Enabled</string>
<string name="app_link_enabled">App link enabled!</string>
<string name="app_link_play_store" translatable="false">play.google.com</string>
<string name="google_play_store_desc">Google Play, also known as the Google Play Store and formerly Android Market.</string>
</resources>