Split Android storage paths from legacy fallback
This commit is contained in:
@@ -83,6 +83,8 @@ public:
|
||||
data_path + "/frames",
|
||||
{},
|
||||
};
|
||||
#elif defined(__ANDROID__)
|
||||
return pp::platform::legacy::active_legacy_android_storage_paths();
|
||||
#else
|
||||
return pp::platform::legacy::active_legacy_storage_paths();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user