update usage permission
This commit is contained in:
parent
cb22fe5336
commit
d72cb20aba
|
@ -14,7 +14,7 @@
|
||||||
.cxx
|
.cxx
|
||||||
local.properties
|
local.properties
|
||||||
#Android
|
#Android
|
||||||
|
proguardMapping.txt
|
||||||
# Gradle files
|
# Gradle files
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
JtunRouting
|
JtunRouter
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Description
|
Description
|
||||||
------------
|
------------
|
||||||
[JtunRouting](https://github.com/jtun-coder/JtunRouting) It is an Android-based application that enables managing hotspot properties through a web interface, providing mobile routing functionality.
|
[JtunRouter](https://github.com/jtun-coder/JtunRouting) It is an Android-based application that enables managing hotspot properties through a web interface, providing mobile routing functionality.
|
||||||
Users can manage the device remotely via the management page without needing to operate the screen, enabling access to an app store and management of third-party applications.
|
Users can manage the device remotely via the management page without needing to operate the screen, enabling access to an app store and management of third-party applications.
|
||||||
Adapt to simple configuration, startup and other functions.
|
Adapt to simple configuration, startup and other functions.
|
||||||
|
|
||||||
|
|
267999
app/proguardMapping.txt
267999
app/proguardMapping.txt
File diff suppressed because it is too large
Load Diff
|
@ -12,8 +12,8 @@
|
||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 1,
|
"versionCode": 1,
|
||||||
"versionName": "1.0",
|
"versionName": "1.0.01",
|
||||||
"outputFile": "Routing_v1.0.apk"
|
"outputFile": "JtunRouter_v1.0.01.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"elementType": "File"
|
"elementType": "File"
|
||||||
|
|
|
@ -78,7 +78,7 @@ class MainActivity : AppCompatActivity(), EasyPermissions.PermissionCallbacks, L
|
||||||
// .putExtra(TetheringService.EXTRA_REMOVE_INTERFACE, "swlan0"))
|
// .putExtra(TetheringService.EXTRA_REMOVE_INTERFACE, "swlan0"))
|
||||||
startAp()
|
startAp()
|
||||||
SystemCtrlUtil.systemSettings(this)
|
SystemCtrlUtil.systemSettings(this)
|
||||||
// SystemCtrlUtil.requestUsageStatsPermission(this) //重启后立即打开应用会呼出设置界面
|
SystemCtrlUtil.requestUsageStatsPermission(this)
|
||||||
SocketIO.getInstance().connect()
|
SocketIO.getInstance().connect()
|
||||||
// SmsManager.defaultSmsPackage(this)
|
// SmsManager.defaultSmsPackage(this)
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">JtunRouting</string>
|
<string name="app_name">JtunRouter</string>
|
||||||
<string name="title_repeater">Repeater</string>
|
<string name="title_repeater">Repeater</string>
|
||||||
<string name="title_tethering">Tethering</string>
|
<string name="title_tethering">Tethering</string>
|
||||||
<string name="title_clients">Clients</string>
|
<string name="title_clients">Clients</string>
|
||||||
|
|
Loading…
Reference in New Issue