|
17 | 17 |
|
18 | 18 | <application |
19 | 19 | android:name=".application.ApplicationClass" |
20 | | - android:allowBackup="true" |
| 20 | + android:allowBackup="false" |
21 | 21 | android:dataExtractionRules="@xml/data_extraction_rules" |
22 | 22 | android:enableOnBackInvokedCallback="true" |
23 | | - android:fullBackupContent="@xml/backup_rules" |
| 23 | + android:fullBackupContent="false" |
24 | 24 | android:icon="@mipmap/ic_runnect_launcher" |
25 | 25 | android:label="@string/app_name" |
26 | 26 | android:roundIcon="@mipmap/ic_runnect_launcher_round" |
|
65 | 65 |
|
66 | 66 | <activity |
67 | 67 | android:name=".presentation.storage.mydrawdetail.MyDrawDetailActivity" |
68 | | - android:exported="false"/> |
| 68 | + android:exported="false" /> |
69 | 69 |
|
70 | | - <activity android:name=".presentation.scheme.SchemeActivity" |
| 70 | + <activity |
| 71 | + android:name=".presentation.scheme.SchemeActivity" |
71 | 72 | android:exported="true"> |
72 | 73 |
|
73 | 74 | <intent-filter> |
74 | 75 | <action android:name="android.intent.action.VIEW" /> |
| 76 | + |
75 | 77 | <category android:name="android.intent.category.DEFAULT" /> |
76 | 78 | <category android:name="android.intent.category.BROWSABLE" /> |
| 79 | + |
77 | 80 | <data |
78 | 81 | android:host="rnnt.page.link" |
79 | 82 | android:scheme="https" /> |
|
130 | 133 | android:windowSoftInputMode="adjustResize" /> |
131 | 134 | <activity |
132 | 135 | android:name=".presentation.detail.CourseDetailActivity" |
133 | | - android:exported="false"/> |
| 136 | + android:exported="false" /> |
134 | 137 | <activity |
135 | 138 | android:name=".presentation.mypage.reward.MyRewardActivity" |
136 | 139 | android:exported="false" /> |
|
0 commit comments