Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect Android
Commits
b1ca8757
Commit
b1ca8757
authored
Sep 18, 2013
by
Albert Vaca Cintora
Browse files
Parent activities where not correctly set
BUG: 325060
parent
39e590fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
KdeConnect/src/main/AndroidManifest.xml
View file @
b1ca8757
...
...
@@ -32,6 +32,11 @@
android:label=
"KDE Connect"
>
<service
android:enabled=
"true"
android:name=
"org.kde.kdeconnect.BackgroundService"
>
</service>
<activity
android:theme=
"@style/Theme.AppCompat"
android:name=
"org.kde.kdeconnect.UserInterface.MainActivity"
...
...
@@ -48,57 +53,33 @@
android:theme=
"@style/Theme.AppCompat"
android:name=
"org.kde.kdeconnect.UserInterface.DeviceActivity"
android:label=
"@string/device"
android:parentActivityName=
"org.kde.connect.UserInterface.MainActivity"
android:parentActivityName=
"org.kde.
kde
connect.UserInterface.MainActivity"
>
<meta-data
android:name=
"android.support.PARENT_ACTIVITY"
android:value=
"org.kde.connect.UserInterface.MainActivity"
/>
android:value=
"org.kde.
kde
connect.UserInterface.MainActivity"
/>
</activity>
<activity
android:theme=
"@style/Theme.AppCompat"
android:name=
"org.kde.kdeconnect.UserInterface.PairActivity"
android:label=
"@string/pair_device"
android:parentActivityName=
"org.kde.connect.UserInterface.MainActivity"
android:parentActivityName=
"org.kde.
kde
connect.UserInterface.MainActivity"
>
<meta-data
android:name=
"android.support.PARENT_ACTIVITY"
android:value=
"org.kde.connect.UserInterface.MainActivity"
/>
android:value=
"org.kde.
kde
connect.UserInterface.MainActivity"
/>
</activity>
<activity
android:
the
me=
"
@style/Theme.AppCompat
"
android:
name=
"org.kde.kdeconnect.Plugins.MprisPlugin.MprisActivity
"
android:
label=
"@string/remote_control
"
android:
na
me=
"
org.kde.kdeconnect.UserInterface.SettingsActivity
"
android:
label=
"@string/settings
"
android:
parentActivityName=
"org.kde.kdeconnect.UserInterface.DeviceActivity
"
>
<meta-data
android:name=
"android.support.PARENT_ACTIVITY"
android:value=
".DeviceActivity"
/>
</activity>
<activity
android:name=
"org.kde.kdeconnect.UserInterface.SettingsActivity"
android:label=
"@string/settings"
>
<meta-data
android:name=
"android.support.PARENT_ACTIVITY"
android:value=
".DeviceActivity"
/>
android:value=
"
org.kde.kdeconnect.UserInterface
.DeviceActivity"
/>
</activity>
<service
android:enabled=
"true"
android:name=
"org.kde.kdeconnect.BackgroundService"
>
</service>
<service
android:name=
"org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationReceiver"
android:permission=
"android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
>
<intent-filter>
<action
android:name=
"android.service.notification.NotificationListenerService"
/>
</intent-filter>
</service>
<receiver
android:name=
"org.kde.kdeconnect.KdeConnectBroadcastReceiver"
>
<intent-filter>
<action
android:name=
"android.intent.action.PACKAGE_REPLACED"
/>
...
...
@@ -124,6 +105,26 @@
</intent-filter>-->
</receiver>
<!-- Plugin-related activities and services -->
<activity
android:theme=
"@style/Theme.AppCompat"
android:name=
"org.kde.kdeconnect.Plugins.MprisPlugin.MprisActivity"
android:label=
"@string/remote_control"
android:parentActivityName=
"org.kde.kdeconnect.UserInterface.DeviceActivity"
>
<meta-data
android:name=
"android.support.PARENT_ACTIVITY"
android:value=
"org.kde.kdeconnect.UserInterface.DeviceActivity"
/>
</activity>
<service
android:name=
"org.kde.kdeconnect.Plugins.NotificationsPlugin.NotificationReceiver"
android:permission=
"android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
>
<intent-filter>
<action
android:name=
"android.service.notification.NotificationListenerService"
/>
</intent-filter>
</service>
</application>
</manifest>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment