mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Adding RECEIVER_EXPORTED flag to BroadcastReceiver" into udc-qpr-dev
This commit is contained in:
@@ -69,7 +69,10 @@ public class BaseTestingActivity extends Activity implements View.OnClickListene
|
||||
mView.setBackgroundColor(Color.BLUE);
|
||||
setContentView(mView);
|
||||
|
||||
registerReceiver(mCommandReceiver, new IntentFilter(mAction + SUFFIX_COMMAND));
|
||||
registerReceiver(
|
||||
mCommandReceiver,
|
||||
new IntentFilter(mAction + SUFFIX_COMMAND),
|
||||
RECEIVER_EXPORTED);
|
||||
}
|
||||
|
||||
protected void addButton(String title, String method) {
|
||||
|
||||
Reference in New Issue
Block a user