1

ボタンをクリックすると、デバイスのネイティブ SMS 受信トレイに移動するアプリを実行しています。

         Intent intent = getPackageManager().getLaunchIntentForPackage("com.android.mms");
        PendingIntent pendingIntent = PendingIntent.getActivity(context , 0,intent,0)  ;         
      remoteViews.setOnClickPendingIntent(viewId, pendingIntent );

Samsung デバイスで動作します。ただし、Motorola および SonyEricsson デバイスでは応答しません。すべてのデバイスに共通の同じアクティビティを実行する他の方法を誰かが提案できますか??

前もって感謝します

4

0 に答える 0