Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abook_check
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
abook_android
abook_check
Commits
a103aa63
Commit
a103aa63
authored
Feb 20, 2019
by
Lee Jaebin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
使用しないhelperクラス削除
parent
7d2275b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
ABVJE_UI_Android/src/jp/agentec/abook/abv/cl/helper/ABookHelper.java
+0
-17
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/helper/ABookHelper.java
+0
-2
No files found.
ABVJE_UI_Android/src/jp/agentec/abook/abv/cl/helper/ABookHelper.java
deleted
100644 → 0
View file @
7d2275b9
package
jp
.
agentec
.
abook
.
abv
.
cl
.
helper
;
import
android.content.Context
;
import
jp.agentec.abook.abv.launcher.android.ABVApplication
;
import
jp.agentec.abook.abv.launcher.android.ABVUIDataCache
;
/**
* Created by jang on 2017/08/04.
*/
public
class
ABookHelper
{
public
static
final
ABVApplication
getABVApplication
(
Context
context
)
{
return
(
ABVApplication
)
context
.
getApplicationContext
();
}
}
ABVJE_UI_Android/src/jp/agentec/abook/abv/ui/home/helper/ABookHelper.java
View file @
a103aa63
package
jp
.
agentec
.
abook
.
abv
.
ui
.
home
.
helper
;
import
android.content.Context
;
import
android.content.Intent
;
import
android.net.Uri
;
import
jp.agentec.abook.abv.bl.websocket.MeetingManager
;
import
jp.agentec.abook.abv.launcher.android.R
;
...
...
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