store the last used aspect ratio in SharedPreferences and reload them on

resuming the VideoPlayer Activity (similar to storing/reloading the last used: screen rotation)
This commit is contained in:
MaX-Lo 2018-09-22 11:32:13 +02:00
parent 784e01347c
commit 6092f06d46
3 changed files with 29 additions and 5 deletions

View file

@ -105,6 +105,8 @@
<string name="last_orientation_landscape_key" translatable="false">last_orientation_landscape_key</string>
<string name="last_resize_mode" translatable="false">last_resize_mode</string>
<!-- DEBUG ONLY -->
<string name="debug_pref_screen_key" translatable="false">debug_pref_screen_key</string>
<string name="allow_heap_dumping_key" translatable="false">allow_heap_dumping_key</string>