Mit ContentChooser können Sie Dateien anhand ihres MIME-Typs und nicht anhand ihrer Dateiendung auswählen. Falls Ihre benutzerdefinierte Datei von ContentChooser (z. B. von Android)
nicht als Textdatei erkannt wird, müssen Sie beim Anzeigen des Dateinamens in ContentChooser den MIME-Typ "*/*" angeben.
Nebenbei bemerkt: Die Dateiendung ".LFL" existiert bereits, was jedoch das Verhalten von ContentChooser in diesem Fall nicht ändert.
Wenn Sie eine benutzerdefinierte Dateiendung verwenden möchten, sollten Sie prüfen, ob diese möglicherweise bereits anders verwendet wird.
contentchooser allows you to select files by mime type, not by file extension. furthermore, if your custom file is not recognized as a text file by contentchooser (ie, by android), you need to use "*/*" as the mime type when you ask contentchooser to display its name for selection by you.
(i should also mention, just for your information, that ".LFL" already existed as an extension, but that doesn't change the behavior of contentchooser in this case. if you're going to use a custom extension, you should check to see if it might already be used in a manner different from yours...)