Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
cb454894
Commit
cb454894
authored
Oct 02, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ä¸bug fix
parent
02acca88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/main/java/tech/starwin/network/Gateway.java
+1
-1
src/main/res/layout/dialog_policy.xml
+1
-1
No files found.
src/main/java/tech/starwin/network/Gateway.java
View file @
cb454894
...
@@ -47,7 +47,7 @@ public class Gateway {
...
@@ -47,7 +47,7 @@ public class Gateway {
* 注册协议和隐私政策
* 注册协议和隐私政策
*/
*/
public
static
String
getAgreementPolicyUrl
()
{
public
static
String
getAgreementPolicyUrl
()
{
String
permissions
=
BuildConfig
.
NEED_CONTACT
?
"123
45"
:
"234
5"
;
String
permissions
=
BuildConfig
.
NEED_CONTACT
?
"123
5"
:
"23
5"
;
return
gatewayInfo
.
privacy
.
get
(
0
)
+
"?name="
+
return
gatewayInfo
.
privacy
.
get
(
0
)
+
"?name="
+
LibConfig
.
APP_NAME
.
replace
(
" "
,
"%20"
)
+
LibConfig
.
APP_NAME
.
replace
(
" "
,
"%20"
)
+
"&list="
+
permissions
;
"&list="
+
permissions
;
...
...
src/main/res/layout/dialog_policy.xml
View file @
cb454894
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
android:padding=
"20dp"
>
android:padding=
"20dp"
>
<TextView
<TextView
android:layout_width=
"2
4
0dp"
android:layout_width=
"2
6
0dp"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"@string/btn_read_agreemment"
android:text=
"@string/btn_read_agreemment"
android:textSize=
"20dp"
android:textSize=
"20dp"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment