You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
notification support using libportal
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
package android.content;
|
||||
|
||||
public class BroadcastReceiver {
|
||||
public abstract class BroadcastReceiver {
|
||||
|
||||
public abstract void onReceive(Context context, Intent intent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user