OSDN Git Service

Add support for preventing 5 second delay for activity launches from Kustom widgets
[android-x86/packages-apps-Taskbar.git] / app / src / androidx86 / AndroidManifest.xml
index 9d6627f..07d1e92 100644 (file)
             </intent-filter>
         </receiver>
 
+        <provider
+            android:name=".provider.Kustom5SecsProvider"
+            android:authorities="${applicationId}.kustom5secsprovider"
+            android:grantUriPermissions="true"
+            android:exported="true"
+            android:enabled="true"/>
+
     </application>
 
 </manifest>