File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 4646 <action android : name =" android.intent.action.EDIT" />
4747 <category android : name =" android.intent.category.DEFAULT" />
4848 <category android : name =" android.intent.category.LAUNCHER" />
49- <data android : mimeType =" text/*" />
50- <data android : mimeType =" xml/*" />
51- <data android : mimeType =" application/text" />
52- <data android : mimeType =" application/xml" />
53- <data android : mimeType =" application/json" />
54- <data android : mimeType =" application/javascript" />
55- <data android : mimeType =" application/x-sh" />
56- <data android : mimeType =" application/octet-stream" />
57- <data pathPattern =" .*\.txt" />
58- <data pathPattern =" .*\.xml" />
59- <data pathPattern =" .*\.json" />
49+ <data android : mimeType =" */*" />
6050 </intent-filter >
6151 <!-- Allow app to open using url from browser -->
6252 <intent-filter android : autoVerify =" true" >
You can’t perform that action at this time.
0 commit comments