Embed File in Extension

Hi,
I am trying to develop an extension wherein the user will specify a particular file location (For Example file:///storage/emulated/0/file.), and the extension will perform certain functions.
I am trying to embed this file to the extension rather than specifying the path or using assets.

Is it possible to embed and retrieve the path of the embedded file?

The root directory of the external storage is no longer accessible under Android 11+, at least not for non-media files.

Yes, The path indicated was only for illustration.
The exact path is /storage/emulated/0/Android/data/[package]/files/

But is it possible to embed it?