mirror of
https://github.com/Livinglist/Hacki.git
synced 2025-08-06 09:40:59 +08:00
add ability to sync favorites from Hacker News. (#334)
This commit is contained in:
@ -23,7 +23,8 @@
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:allowBackup="true"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:usesCleartextTraffic="true">
|
||||
android:usesCleartextTraffic="true"
|
||||
android:enableOnBackInvokedCallback="true">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:launchMode="singleTop"
|
||||
|
Reference in New Issue
Block a user