通話時間タイマー(外部アプリ制御サンプル) Application icon

通話時間タイマー(外部アプリ制御サンプル) 1.0

1.3 MB / 0+ Downloads / Rating 1.0 - 1 reviews


See previous versions

通話時間タイマー(外部アプリ制御サンプル), developed and published by コシノ アツシ, has released its latest version, 1.0, on 2018-08-05. This app falls under the Tools category on the Google Play Store and has achieved over 1 installs. It currently holds an overall rating of 1.0, based on 1 reviews.

通話時間タイマー(外部アプリ制御サンプル) APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.kossyfamilyapp.anpan.kicklongtalkreset

Updated: 7 years ago

Developer Name: コシノ アツシ

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing 通話時間タイマー(外部アプリ制御サンプル) on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

1.0
Total 1 reviews

Previous Versions

通話時間タイマー(外部アプリ制御サンプル) 1.0
2018-08-05 / 1.3 MB / Android 4.0+

About this app

通話時間タイマーの監視メニューの起動中に外部アプリケーションから制御する為のアプリケーションのサンプルになります。

通話時間タイマーの監視が起動中に、
本アプリケーションを起動すると、タイマーをリセットする事が可能です。

タッチパネル未対応の機種などで、画面上のボタンがタップ出来ませんが、一部の機種はハードショートカットキーがございますので、そのショートカットキーから本アプリを呼び出すことでハードウェアキーから制御する事が出来ます。

本アプリはあくまでサンプルアプリとなります。例としてリセット機能を呼ぶ様にしております。

AndroidStudioでデフォルトでアプリを作成して、MainActivityの記載を以下に書き換える事で変更できます。

//修正箇所です---------------------------
//↓の緑の文字を変更してくださいKickReset:タイマーリセット、KickAlert:通知ON、OFF切替、KickHung:終話ON。OFF切替、KickFin:監視終了
intent.putExtra("KickReset",true);
//---------------------------修正箇所です


// パッケージ名とアクティビティ名を明示してインテントを呼び出す
intent.setClassName("com.familyapp.anpan.longtalkstoper", "com.familyapp.anpan.longtalkstoper.MainActivity");
try{
startActivity(intent);
}catch (Exception e){
Log.v("message",e.getMessage());
}
finish();

不明点等ございましたら、ご連絡ください。

New features

通話時間タイマーの監視メニューの起動中に外部アプリケーションから制御する為のアプリケーションのサンプルになります。
通話時間タイマーの監視が起動中に、
本アプリケーションを起動すると、タイマーをリセットする事が可能です。
タッチパネル未対応の機種などで、画面上のボタンがタップ出来ませんが、一部の機種はハードショートカットキーがございますので、そのショートカットキーから本アプリを呼び出すことでハードウェアキーから制御する事が出来ます。
本アプリはサンプルアプリとなります。例としてリセット機能を呼ぶ様にしております。
詳細は説明欄をご確認ください。