tree: 795fc3f6a2b74dfc1cfa33e3574f1324e27eff3f [path history] [tgz]
  1. .idea/
  2. app/
  3. gradle/
  4. server/
  5. shared/
  6. .gitignore
  7. build.gradle.kts
  8. gradle.properties
  9. gradlew
  10. gradlew.bat
  11. README.md
  12. settings.gradle.kts
app-inspection/test-app/README.md

App Inspectors Test App

This app can be used to manually test App Inspectors. It is not the same as //tools/base/app-inspection/tests/test-app which is the app used by tests.

This app should ideally implement all the features supported by App Inspectors:

  • Native SQLLite Database
  • Room SQLLite Database
  • Work Manager
  • Network including:
    • Native Java
    • OKHttp2
    • OKHttp3

The app is set up as a standalone Android Studio Gradle project.