Code saving and stuff (#9)

lil update
This commit is contained in:
2022-03-25 14:20:12 -07:00
committed by GitHub
parent 35cd23318f
commit 8d0cd19322
130 changed files with 4189 additions and 3055 deletions
+5 -1
View File
@@ -17,7 +17,6 @@
android:testOnly="false"
android:theme="@style/AppTheme"
tools:replace="android:allowBackup">
<activity
android:name=".activity.MainActivity"
android:exported="true"
@@ -29,6 +28,11 @@
</intent-filter>
</activity>
<service
android:name=".service.MessagesUpdateService"
android:enabled="true"
android:exported="false" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.provider"