| <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.meta.psocache"> | |
| <application> | |
| <provider android:authorities="${applicationId}.psocache.VulkanCacheInitializer" | |
| android:exported="false" | |
| android:enabled="true" | |
| android:name=".VulkanCacheInitializer" /> | |
| </application> | |
| </manifest> | |