Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huangzhicong
/
SmartCanteen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
99960d48
authored
Jul 15, 2019
by
patpat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工程配置
parent
34d0ee65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
.idea/misc.xml
+1
-1
app/src/main/java/com/bgycc/smartcanteen/App.kt
+5
-0
No files found.
.idea/misc.xml
View file @
99960d48
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_
7
"
project-jdk-name=
"JDK"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_1_
8
"
project-jdk-name=
"JDK"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
<component
name=
"ProjectType"
>
...
...
app/src/main/java/com/bgycc/smartcanteen/App.kt
View file @
99960d48
package
com.bgycc.smartcanteen
import
android.app.Application
import
com.bgycc.smartcanteen.Storage.PayStorage
import
com.bgycc.smartcanteen.helper.WifiHelpler
import
com.bgycc.smartcanteen.util.LogUtil
import
com.example.zhoukai.modemtooltest.ModemToolTest
import
com.example.zhoukai.modemtooltest.NvConstants
...
...
@@ -15,7 +17,9 @@ class App : Application() {
override
fun
onCreate
()
{
super
.
onCreate
()
LogUtil
.
setEnable
(
AppConfig
.
DEBUG
)
WifiHelpler
.
initialize
(
this
)
PayStorage
.
initialize
(
this
)
}
}
\ No newline at end of file
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