Skip to content

Commit 316fa3e

Browse files
Paige McAuliffecopybara-androidxtest
authored andcommitted
Link to foldable posture documentation in DeviceMode javadoc
PiperOrigin-RevId: 547001228
1 parent d897c36 commit 316fa3e

File tree

1 file changed

+6
-1
lines changed
  • espresso/device/java/androidx/test/espresso/device/controller

1 file changed

+6
-1
lines changed

espresso/device/java/androidx/test/espresso/device/controller/DeviceMode.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ package androidx.test.espresso.device.controller
1818

1919
import androidx.test.annotation.ExperimentalTestApi
2020

21-
/** Enum for modes a foldable device can be set to. */
21+
/**
22+
* Enum for modes a foldable device can be set to.
23+
*
24+
* For more information on foldable device postures, see
25+
* https://developer.android.com/guide/topics/large-screens/learn-about-foldables
26+
*/
2227
@ExperimentalTestApi
2328
enum class DeviceMode(val mode: Int) {
2429
// the device screen is completely flat, like a tablet

0 commit comments

Comments
 (0)