Skip to content

Commit

Permalink
过滤无注册广播的应用
Browse files Browse the repository at this point in the history
  • Loading branch information
kooritea committed Jul 22, 2021
1 parent e92abb4 commit 2b3a1b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
compileSdkVersion 30

defaultConfig {
applicationId "com.kooritea.fcmfix"
minSdkVersion 29
targetSdkVersion 30
versionCode 14
versionName "0.3.1"
versionCode 15
versionName "0.3.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/java/com/kooritea/fcmfix/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ private class AppListAdapter extends BaseAdapter {
break;
}
}
}else{
continue;
}
if(!flag){
_notFoundFcm.add(appInfo);
Expand Down

0 comments on commit 2b3a1b6

Please sign in to comment.