You don't need to write any dynamic code; simply add this line to your project's themes.xml file: <item name="android:navigationBarColor">@color/your_color</item>. This way, you won't need to use deprecated functions.
themes.xml
<item name="android:navigationBarColor">@color/your_color</item>