mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02:00 
			
		
		
		
	handle any text mimetype files
This commit is contained in:
		@@ -45,7 +45,7 @@ ext {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
dependencies {
 | 
			
		||||
    implementation 'com.simplemobiletools:commons:3.7.8'
 | 
			
		||||
    implementation 'com.simplemobiletools:commons:3.8.9'
 | 
			
		||||
    implementation 'com.facebook.stetho:stetho:1.5.0'
 | 
			
		||||
 | 
			
		||||
    debugImplementation "com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion"
 | 
			
		||||
 
 | 
			
		||||
@@ -35,13 +35,13 @@
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.SEND"/>
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
                <data android:mimeType="text/plain"/>
 | 
			
		||||
                <data android:mimeType="text/*"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
                <data android:mimeType="text/plain"/>
 | 
			
		||||
                <data android:mimeType="text/*"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </activity>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user