mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 01:51:47 +00:00
Re-add file removed by mistake
This commit is contained in:
parent
46ecd2b05f
commit
14270ea71a
@ -0,0 +1,12 @@
|
||||
package org.kde.kdeconnect.Plugins.RunCommandPlugin;
|
||||
|
||||
import android.content.Intent;
|
||||
import android.widget.RemoteViewsService;
|
||||
|
||||
public class RunCommandWidgetDataProviderService extends RemoteViewsService {
|
||||
|
||||
@Override
|
||||
public RemoteViewsFactory onGetViewFactory(Intent intent) {
|
||||
return new RunCommandWidgetDataProvider(this, intent);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user