What is the best position for Settings in bottom navigation view activity?

According to Material Design guidelines, there are two main places for Settings in an Android application:

  1. Navigation Drawer (if present)
  2. Upper right corner of the toolbar

Now my problem is that I have a bottom navigation view without any upper toolbar. Since this seems to be a big hole in Material design guidelines, I'm asking in this case what should be the correct place for Settings?