| 
					
				 | 
			
			
				@@ -56,6 +56,14 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <data android:mimeType="text/plain" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </intent-filter> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <intent-filter> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <action android:name="android.intent.action.SEND" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <category android:name="android.intent.category.DEFAULT" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <data android:scheme="http" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <data android:scheme="https" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </intent-filter> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </activity> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </application> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |