onPause() onResume()
This commit is contained in:
parent
0cb1101aa8
commit
eb68c99d99
@ -138,6 +138,7 @@ public class MainActivity extends FragmentActivity {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@RequiresApi(api = Build.VERSION_CODES.O)
|
||||||
public void deviceInitDataBase()
|
public void deviceInitDataBase()
|
||||||
{
|
{
|
||||||
mDatenbank = FirebaseDatabase.getInstance().getReference();
|
mDatenbank = FirebaseDatabase.getInstance().getReference();
|
||||||
|
@ -91,8 +91,18 @@ public class SensorMapsActivity extends FragmentActivity implements OnMapReadyCa
|
|||||||
getVibrationAbility();
|
getVibrationAbility();
|
||||||
System.out.println("Global Shit: " + globalShit);
|
System.out.println("Global Shit: " + globalShit);
|
||||||
}
|
}
|
||||||
|
@Override
|
||||||
|
protected void onPause()
|
||||||
|
{
|
||||||
|
|
||||||
|
super.onPause();
|
||||||
|
}
|
||||||
|
@Override
|
||||||
|
protected void onResume()
|
||||||
|
{
|
||||||
|
|
||||||
|
super.onResume();
|
||||||
|
}
|
||||||
//#####################################################################################################################################################################
|
//#####################################################################################################################################################################
|
||||||
//################################################################## vvv ShakeCode vvv ##############################################################################
|
//################################################################## vvv ShakeCode vvv ##############################################################################
|
||||||
private void getVibrationAbility()
|
private void getVibrationAbility()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user