agamemnus / cordova-plugin-xapkreader

Easily access Google Play APK expansion file data.
32 stars 55 forks source link

Using a built-in method for getting OBB path #126

Closed chipbell4 closed 5 years ago

chipbell4 commented 5 years ago

It appears [this method](https://developer.android.com/reference/android/content/Context#getObbDir()) should give us the same thing without requiring us to build the path ourselves. Potentially less error prone?

agamemnus commented 5 years ago

I didn't realize this was a pull request. Ok, let's try it.

agamemnus commented 5 years ago

Didn't I merge this?