Market | |
こういうの欲しかったです!
アプリ切替えだけなら、homeキー長押しで出てくるのですが、終了させる方法がなくて何だか気持ち悪いので。
Androidでは複数のアプリを同時に起動する事ができ便利なのですが、表示されるアプリは1つだけです。
せっかくのマルチタスクなのだから簡単に切換えたい。そして、不要なら終了させたい。
throw Life - アプリケーション切換えAndroidアプリ「Commantalb」をリリースしました
さっそく入れてみました。どうもありがとうございます。
しました
Android 1.5 SDK, Release 3
Android 1.5 システムイメージのアップデート版を提供。パーミッションの修正(後述)とか、新アプリとして日本語テキスト入力IMEとか。あと、前回のSDKにも含まれていたデベロッパツール一式も提供(バグ修正と新機能をいくつか含む)
パーミッションの修正
The latest version of the Android platform, deployable to Android-powered devices, includes fixes to the permissions-checking in certain areas of the framework. Specifically, the Android system now properly checks and enforces several existing permissions where it did not do so in the previous release. Because of these changes in enforcement, you are strongly encouraged to test your application against the new Android 1.5 system image included in this SDK, to ensure that it functions normally.
In particular, if your application uses any of the system areas listed below, you should add the required permissions to the application's manifest and then test the areas of your code that depend on the permission-protected services. Even if you believe your application does not use the permissions-protected services, you should compile and test your application under the latest platform version to ensure that users will not encounter problems when using your application.
The changes to permissions are as follows:
- When an application requests access to device camera (through android.hardware.camera), the CAMERA permission check is now properly enforced.
- When an application requests access to device audio capture (through android.media.MediaRecorder), the RECORD_AUDIO permission check is now properly enforced.
For more information, see the issue described in the oCert advisory below:
http://www.ocert.org/advisories/ocert-2009-011.html
解決した問題および変更点
- The SDK includes a new version of the Google APIs add-on. The add-on provides an updated com.google.android.maps external library that fixes compile errors related to certain classes such as GeoPoint. For information about the Google APIs add-on and the library it provides, see:
http://code.google.com/android/add-ons/google-apis
- The SDK add-on architecture now lets device manufacturers specify a USB Vendor ID in their add-ons.
- The android tool provides a new command that scans SDK add-ons for their USB Vendor IDs and makes them available to adb (OS X and Linux versions of the SDK only). The command is android update adb. On Windows versions of the SDK, a custom USB driver is included that supports the "Google" and "HTC" Vendor IDs, which allow adb to recognize G1 and HTC Magic devices. For other devices, contact the device manufacturer to obtain a USB driver, especially if you have an SDK add-on that defines a new USB Vendor ID.
- The telephony, sensor, and geo fix issues in the emulator are now fixed.
- When you use adb to uninstall an upgraded application, the Android system now properly restores any permissions that had already been granted to the previous (downgrade) version of the application
$ android update adb $ adb kill-server $ adb start-server
最新版はgithubにあります:
http://github.com/naoyat/android-air-hockey/tree/master
gitもSDKも面倒くさければ、(野良アプリを使える設定:「設定>アプリケーション>提供元不明のアプリ」をON)、以下のURLに実機でアクセスすればパッケージがダウンロードできます:
http://ntzone.info/misc/android-air-hockey.apk
あるいはSDKで
$ adb -d install android-air-hockey.apk
もう入ってるひとは
$ adb -d install -r android-air-hockey.apk
でインストールという方法もあります
まだ開発途上であり、未実装なところだらけ&バグありなので無保証ということでどうぞよろしく