Search code examples
androidimportandroid-4.4-kitkatandroid-source

Can i import org.chromium.content.* to MainActivity.java in application level?


Can i import org.chromium.content.* to MainActivity.java in application level? I have the AOSP environment and compile in linux server. I would like to call the Class from that package. Is it possible and guide me the way to implement it.


Solution

  • After did some reading and research, as per design document, my question is not possible to implement.