價格:免費
更新日期:2019-01-21
檔案大小:1.3M
目前版本:1.4
版本需求:Android 5.0 以上版本
官方網站:mailto:gm.developer.fhoshino@gmail.com
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();
}
}