mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-20 00:01:31 +08:00
update broadcast hashmap
This commit is contained in:
@@ -27,7 +27,7 @@ import android.net.Uri;
|
||||
import android.os.Bundle;
|
||||
|
||||
public class startApp extends Assets {
|
||||
private HashMap<Integer, BroadcastReceiver> broadcastReceiverHashMap = new HashMap<>();
|
||||
private HashMap<Integer, BroadcastReceiver> broadcastReceiverHashMap = new HashMap<Integer, BroadcastReceiver>();
|
||||
private CallbackContext callbackContext;
|
||||
/**
|
||||
* Executes the request and returns PluginResult.
|
||||
|
||||
Reference in New Issue
Block a user