Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
apk_product
/
IPTVLaunchTest
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
a9850a1a
...
a9850a1a85232fda7ff44ae4e4074fb65482ca50
authored
2024-10-14 09:46:20 +0800
by
胡波
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
适配高版本http请求
1 parent
8c5d4168
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
app/src/main/AndroidManifest.xml
app/src/main/java/com/topdraw/iptvlaunchertest/TestConfig.java
app/src/main/AndroidManifest.xml
View file @
a9850a1
...
...
@@ -16,6 +16,7 @@
android:fullBackupContent=
"@xml/backup_rules"
android:icon=
"@mipmap/ic_launcher"
android:label=
"@string/app_name"
android:usesCleartextTraffic=
"true"
android:roundIcon=
"@mipmap/ic_launcher_round"
android:supportsRtl=
"true"
android:theme=
"@style/Theme.IPTVLauncherTest"
...
...
app/src/main/java/com/topdraw/iptvlaunchertest/TestConfig.java
View file @
a9850a1
...
...
@@ -6,8 +6,9 @@ public class TestConfig {
//烽火盒子
public
static
final
int
FiberHome
=
1
;
//测试目标盒子
public
static
int
testDist
=
FiberHome
;
//启动页地址
public
static
final
String
homeUrl
=
"http://1
92.168.12.98:808
0/JsAppLaunch/JsAppStartUp.html"
;
public
static
final
String
homeUrl
=
"http://1
39.196.145.150:806
0/JsAppLaunch/JsAppStartUp.html"
;
}
...
...
Please
register
or
sign in
to post a comment