0
    Intent intent = new Intent(getApplicationContext(),LocationReceiver.class);
    pendingIntent= PendingIntent.getBroadcast(getApplicationContext(),0,intent,PendingIntent.FLAG_CANCEL_CURRENT);
    lmgr.addProximityAlert(lati,longi,radius,-1, pendingIntent);

<receiver android:name=".LocationReceiver"></receiver>

Android で位置情報をリッスンしたいのですが、保留中のインテントが機能しません。上記のコードを試し、 getService() も使用しました。しかし、運がありません。親切に私を正しい方向に導いてください。

4

1 に答える 1