Merge "Temporary workaround for NetworkOverLimitActivity dialog." into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c9ae305b56
@@ -33,7 +33,6 @@ import android.os.Bundle;
|
||||
import android.os.RemoteException;
|
||||
import android.os.ServiceManager;
|
||||
import android.util.Log;
|
||||
import android.view.WindowManager;
|
||||
|
||||
import com.android.systemui.R;
|
||||
|
||||
@@ -69,7 +68,6 @@ public class NetworkOverLimitActivity extends Activity {
|
||||
}
|
||||
});
|
||||
|
||||
dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
|
||||
dialog.show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user