'Check if installed apk has obb file
I am requesting all installed package on android device and it works OK. But i want to know if installed package has any obb file or not. I know i can check it with file.exist(), but is there any better and faster way like PackageManager.getOBBAPK()?
Solution 1:[1]
Only things i have found is prefer install location that usually is 2. That means mean external storage. If any one has better idea please share with us.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | forootan |
