'How to verify if an APK file uses SQLite database?

I have an android application APK file and I have decompiled it using Jadx. Is there a way I can verify the android application is using SQLite database as a way of storing data?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source