We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65df380 commit 57372e6Copy full SHA for 57372e6
misc/src/main/java/com/example/snippets/ActivityEmbeddingJavaSnippets.java
@@ -374,7 +374,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
374
// [START android_activity_embedding_getSplitSupportStatus_java]
375
if (SplitController.getInstance(this).getSplitSupportStatus() ==
376
SplitController.SplitSupportStatus.SPLIT_AVAILABLE) {
377
- // Device supports split activity features.
+ // Device supports split activity features.
378
}
379
// [END android_activity_embedding_getSplitSupportStatus_java]
380
0 commit comments