Feat: Added auto update.
This commit is contained in:
@@ -1,2 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android" android:accessibilityEventTypes="typeViewClicked" android:accessibilityFeedbackType="feedbackVisual" android:accessibilityFlags="flagDefault" android:canRetrieveWindowContent="true" android:description="@string/accessibility_service_desc" android:notificationTimeout="10" android:packageNames="com.github.droidworksstudio.launcher.debug, com.github.droidworksstudio.launcher" android:settingsActivity="com.example.android.accessibility.ServiceSettingsActivity" />
|
||||
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:accessibilityEventTypes="typeViewClicked"
|
||||
android:accessibilityFeedbackType="feedbackVisual"
|
||||
android:accessibilityFlags="flagDefault"
|
||||
android:canRetrieveWindowContent="true"
|
||||
android:description="@string/accessibility_service_desc"
|
||||
android:notificationTimeout="10"
|
||||
android:packageNames="com.github.droidworksstudio.launcher.debug, com.github.droidworksstudio.launcher"
|
||||
android:settingsActivity="android.accessibilityservice.AccessibilityServiceSettings" />
|
||||
|
||||
6
app/src/main/res/xml/file_paths.xml
Normal file
6
app/src/main/res/xml/file_paths.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<external-path
|
||||
name="external_files"
|
||||
path="." />
|
||||
</paths>
|
||||
Reference in New Issue
Block a user