From c2299de4ecd91b72aff78ace029db4542e2dcdd1 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 14 Feb 2011 11:37:50 -0800 Subject: [PATCH] docs: add clarification to split touch events Change-Id: If7904475a40905c603b5bf756fecc007073f6242 --- docs/html/sdk/android-3.0.jd | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/html/sdk/android-3.0.jd b/docs/html/sdk/android-3.0.jd index 4be98e634aa16..1f1f6d3c90a7c 100644 --- a/docs/html/sdk/android-3.0.jd +++ b/docs/html/sdk/android-3.0.jd @@ -717,21 +717,23 @@ href="{@docRoot}guide/topics/manifest/uses-sdk-element.html#min">{@code android: or {@code android:targetSdkVersion} attribute's value to {@code "11"}.

-

However, the following properties allow you to disable split touch events for -specific view groups, certain activities, or the entire application.

+

However, the following properties allow you to disable split touch events across views inside +specific view groups and across windows.