aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorNate Fischer <ntfschr@google.com>2018-10-01 19:23:43 -0700
committerNate Fischer <ntfschr@google.com>2018-10-09 14:08:53 -0700
commit29bbb1e602fa60abc9164c3898cc2cf1a43aeebb (patch)
treeba8c2041f8acb7d14462dd5688c89e81f0eaf78e /settings.gradle
parent38415e797248361dde0d8f2a46cca97395e3b19f (diff)
downloadsupport-29bbb1e602fa60abc9164c3898cc2cf1a43aeebb.tar.gz
[WebView Support Library] initial demo app
This adds an initial demo app. This is a ListView which points to other Activities (each of which may similarly point to other Activities, or may actually exercise a feature). So far, none of these activities exercise any WebView features, other than the MainActivity which adds the WebView version to its title (using WebViewCompat#getCurrentWebViewPackage). This creates an empty SafeBrowsingActivity for the sake of populating the top-level ListView with something. We'll later populate SafeBrowsingActivity with a similar ListView for each specific Safe Browsing edge case. Bug: 78154299 Test: ./gradlew :webkit-demos:assembleDebug :webkit-demos:installDebug \ && adb shell monkey -p "com.example.androidx.webkit" \ -c android.intent.category.LAUNCHER 1 Change-Id: I67724ff344d96b2576366f039591a22dd4c1eb3b
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index b30d1edfddb..1a79149510d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -171,6 +171,7 @@ includeProject(":viewpager", "viewpager")
includeProject(":viewpager2", "viewpager2")
includeProject(":wear", "wear")
includeProject(":webkit", "webkit")
+includeProject(":webkit:integration-tests:testapp", "webkit/integration-tests/testapp")
includeProject(":work:work-runtime", "work/workmanager")
includeProject(":work:work-runtime-ktx", "work/workmanager-ktx")
includeProject(":work:work-firebase", "work/workmanager-firebase")