ネットワークサポートがなかったときに番号をダイヤルしましたが、私のAndroid携帯電話の通話履歴には表示されません。
それを手に入れる方法はありますか? (システムログまたは何でも)
事前にありがとう、 ジャック
ネットワークサポートがなかったときに番号をダイヤルしましたが、私のAndroid携帯電話の通話履歴には表示されません。
それを手に入れる方法はありますか? (システムログまたは何でも)
事前にありがとう、 ジャック
I dialed a number when I had no network support but it does not appear in the call history of my android phone.
Is there any way to get it ? (system logs or whatever)
THanks a lot in advance, Jack
あなたの携帯電話は3種類のコールを扱う:<コード> 9988766544330 、<コード>または<コード>または<コード> 99887766544332 。 API Documentation 。
技術的に言えば、いくつかの数字を入力しましたが、ネットワークカバレッジがないため、実際には通話を配置していません。そのため、何も記録する理由は、またはそれらの数字を有効な発信通話として分類する方法でさえありませんでした。
Androidには、行われたすべての呼び出しを保存するデータベースがありますが、上記の3つのタイプの1つと一致させる必要があります。ここデータベース上の存在フィールドは、呼び出しのパラメータに合わない数桁の収集ごとに行の可能性を考えていません(期間)。 、型など)。
Your phone deals with three types of calls: incoming
, outgoing
or missed
. As you can see from the API documentation.
Technically speaking, you've typed some digits, but since you had no network coverage, you didn't actually place any call. So, there was no reason to log anything, or even a way to classify those digits as a valid outgoing call.
Android has a database to store all the calls made, but they must match one of the above three types, and as you can see here the existent fields on the database don't contemplate the possibility of rows for every collection of digits typed that doesn't fit the parameters of a call (duration, type, etc..).
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有