-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor/clean-up android tv-casting-app (#18701)
- Loading branch information
1 parent
a170ae1
commit 4483724
Showing
26 changed files
with
369 additions
and
371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
...ng-app/android/App/app/src/main/java/com/chip/casting/platform/MatterCallbackHandler.java
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
...sting-app/android/App/app/src/main/java/com/chip/casting/util/GlobalCastingConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
package com.chip.casting.util; | ||
|
||
import java.util.Arrays; | ||
import java.util.List; | ||
|
||
public class GlobalCastingConstants { | ||
public static final String CommissionerServiceType = "_matterd._udp."; | ||
public static final int CommissioningWindowDurationSecs = 3 * 60; | ||
public static int SetupPasscode = 20202021; | ||
public static int Discriminator = 0xF00; | ||
public static List<Long> CommissionerDeviceTypeFilter = Arrays.asList(35L); // Video player = 35 | ||
} |
Oops, something went wrong.