4.9
19 review
1.29 MB
Everyone
Content rating
1.8K
Downloads
KickSMBSync2 screenshot 1 KickSMBSync2 screenshot 2

About this product

It is just an application to start SMBSync2.

Rating and review

4.9
19 ratings
5
4
3
2
1

KickSMBSync2 description

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();
}
}
↓ Read more