This commit is contained in:
wangcongtao
2020-01-08 20:21:11 +08:00
parent 8bbb44a8c1
commit 5b5818e5fb
74 changed files with 1298 additions and 13 deletions

View File

@@ -6,6 +6,8 @@ import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import com.mogo.module.apps.RefreshAppsListLiveData;
public class AppInstallReceiver extends BroadcastReceiver {
@Override
@@ -37,6 +39,6 @@ public class AppInstallReceiver extends BroadcastReceiver {
}
private void notifyRefreshAppsList( String packageName ) {
RefreshAppsListLiveData.getInstance().postValue( packageName );
}
}