mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
clean: mark class as unstable
This commit is contained in:
parent
7779251cec
commit
c8a00d90ea
5 changed files with 16 additions and 0 deletions
|
|
@ -6,8 +6,12 @@ import android.content.Intent;
|
|||
import android.net.ConnectivityManager;
|
||||
import android.view.View;
|
||||
|
||||
import androidx.annotation.OptIn;
|
||||
import androidx.media3.common.util.UnstableApi;
|
||||
|
||||
import com.cappielloantonio.tempo.ui.activity.MainActivity;
|
||||
|
||||
@OptIn(markerClass = UnstableApi.class)
|
||||
public class ConnectivityStatusBroadcastReceiver extends BroadcastReceiver {
|
||||
private final MainActivity activity;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue