-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use maven repository and remove dependencies
- Loading branch information
Showing
15 changed files
with
35 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 4 additions & 22 deletions
26
app/src/main/java/com/cisco/sparksdk/sparkkitchensink/KitchenSinkApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,26 @@ | ||
package com.cisco.sparksdk.sparkkitchensink; | ||
|
||
import android.util.Log; | ||
|
||
import com.cisco.spark.android.authenticator.OAuth2AccessToken; | ||
import com.ciscospark.Spark; | ||
import com.ciscospark.core.SparkApplication; | ||
import com.ciscospark.phone.Phone; | ||
|
||
/** | ||
* Created by lm on 7/21/17. | ||
*/ | ||
import static com.ciscospark.Spark.LogLevel.RELEASE; | ||
|
||
public class KitchenSinkApplication extends SparkApplication { | ||
|
||
public Spark mSpark; | ||
public Phone mPhone; | ||
|
||
public OAuth2AccessToken token; | ||
|
||
private static final String TAG = "KitchenSinkApplication"; | ||
|
||
public String callee; | ||
public boolean isAudioCall; | ||
|
||
@Override | ||
public void onCreate() { | ||
|
||
Log.i(TAG, "onCreate: ->start"); | ||
|
||
super.onCreate(); | ||
|
||
mSpark = new Spark(); | ||
|
||
Log.i(TAG, "onCreate: ->end"); | ||
// This may not effect wme for wme may not initialized | ||
// as permission reason when start the app for the first time. | ||
mSpark.setLogLevel(RELEASE); | ||
} | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.