summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 5786f0f..2ad6c82 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -12,7 +12,10 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
- <activity android:name=".SetupActivity">
+
+ <activity
+ android:name=".SettingsActivity"
+ android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
@@ -22,8 +25,8 @@
<service
android:name=".ServerService"
android:enabled="true"
- android:exported="true" />
-
+ android:exported="true"
+ android:foregroundServiceType="mediaProjection" />
<service
android:name=".ControlService"
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
@@ -35,7 +38,6 @@
android:name="android.accessibilityservice"
android:resource="@xml/controlservice" />
</service>
-
</application>
</manifest> \ No newline at end of file