AppLinksFragment: Wrap app link activity start in try-catch block

Android warns that it may not exist on all devices and samsung devices
seems to prove that true.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-04-01 15:17:38 +05:30
parent ed4e8c8430
commit 4dbe4c78a2
2 changed files with 14 additions and 5 deletions

View File

@@ -400,4 +400,5 @@
<string name="device_doze_extra">Optionally you can choose to keep the optimizations enabled, but then you won\'t be able to take benefit of background downloads and automated updates, so choice is yours.</string>
<string name="failed_apk_export">Failed to export APKs</string>
<string name="action_manage">Manage</string>
<string name="failed_app_link">Unsupported, please try associating links manually</string>
</resources>