Skip to content

Commit

Permalink
vivo
Browse files Browse the repository at this point in the history
  • Loading branch information
mylhyl committed May 22, 2019
1 parent b46a963 commit ea657f7
Show file tree
Hide file tree
Showing 39 changed files with 425 additions and 245 deletions.
13 changes: 0 additions & 13 deletions acp/src/androidTest/java/com/mylhyl/acp/ApplicationTest.java

This file was deleted.

108 changes: 0 additions & 108 deletions acp/src/main/java/com/mylhyl/acp/MiuiOs.java

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion sample/build.gradle → app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':acp')
implementation project(':library')
implementation 'com.android.support:appcompat-v7:23.1.1'
implementation 'com.android.support:support-v4:23.1.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.4'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<application>
<activity
android:name=".AcpActivity"
android:launchMode="singleTask"
android:theme="@style/Theme.Transparent" />
</application>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public static Acp getInstance(Context context) {
* @param acpListener
*/
public void request(AcpOptions options, AcpListener acpListener) {
//Preconditions
if (options == null) new NullPointerException("AcpOptions is null...");
if (acpListener == null) new NullPointerException("AcpListener is null...");
mAcpManager.request(options, acpListener);
Expand Down
Loading

0 comments on commit ea657f7

Please sign in to comment.