Discover

Topics

KickSMBSync2

KickSMBSync2 APK

KickSMBSync2 APK

1.4 FreeSentaroh ⇣ Download APK (1.29 MB)

It is just an application to start SMBSync2.

What's KickSMBSync2 APK?

KickSMBSync2 is a app for Android, It's developed by Sentaroh author.
First released on google play in 6 years ago and latest version released in 4 years ago.
This app has 1.8K download times on Google play and rated as 4.89 stars with 19 rated times.
This product is an app in Productivity category. More infomartion of KickSMBSync2 on google play
Please use it in task automation software when SMBSync2 shortcut can not be used or Intent can not be sent.
When launching the application, it ends after sending the Intent.(Nothing is displayed on the screen)

public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Intent in=new Intent("com.sentaroh.android.SMBSync2.ACTION_START_SYNC");
sendBroadcast(in,null);

finish();
}
}