BaseActivity inherits from AppCompatActivity. Changed all the styles to use AppCompat themes. Included appcompat-v7 in build files.
Made the build work with proguard by keeping all the USB classes
Modified device_filter.xml files to include <, this makes our camera work for Android pie
This work includes PR #454. That was not enough to make our camera work under Android pie. These other changes were needed. Apparently under Android pie not all UVC camera are of class 239. Some are class 14.
This work includes PR #454. That was not enough to make our camera work under Android pie. These other changes were needed. Apparently under Android pie not all UVC camera are of class 239. Some are class 14.
Nola Donato Samsung Research VR / AR team