我想让我的应用程序显示在Android"打开"具有我的文件类型的文件的菜单,而不是其他文件的菜单。但不幸的是,Android不允许通过扩展程序区分电子邮件附件。 (对于其他情况,它确实允许这样做;请参阅Android intent filter: associate app with file extension)。
有没有办法在(文本)文件中指定类型?换句话说,customFile.myfiletype可能如下所示:
Dear Android, please treat show this file to apps which say they can open myfiletype.
myData blah blah blah etc . . .