mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Add bookmark block (#292)
This commit is contained in:
parent
0d1747283c
commit
ea304c62df
55 changed files with 1111 additions and 390 deletions
|
@ -3,8 +3,8 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.agileburo.anytype.sample">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
|||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
tools:ignore="GoogleAppIndexingWarning"
|
||||
android:theme="@style/AppTheme">
|
||||
android:theme="@style/AppTheme"
|
||||
tools:ignore="GoogleAppIndexingWarning">
|
||||
<activity android:name=".MainActivity" />
|
||||
<activity android:name=".files.LocalFileActivity">
|
||||
<intent-filter>
|
||||
|
|
|
@ -4,7 +4,7 @@ import android.app.Application
|
|||
import com.agileburo.anytype.core_utils.tools.CrashlyticsTree
|
||||
import timber.log.Timber
|
||||
|
||||
class SampleApp : Application(){
|
||||
class SampleApp : Application() {
|
||||
|
||||
|
||||
override fun onCreate() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue