Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Androidアプリで作ったファイルがPCで見えない。(OS 3.xで)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
crazycircuit7  
View profile   Translate to Translated (View Original)
 More options Feb 23 2012, 4:02 am
From: crazycircuit7 <crazycircu...@gmail.com>
Date: Thu, 23 Feb 2012 01:02:38 -0800 (PST)
Local: Thurs, Feb 23 2012 4:02 am
Subject: Re: Androidアプリで作ったファイルがPCで見えない。(OS3.xで)
自己解決できました。
2.xも3.xも大丈夫です。
対象パスを限定した方が早いかもしれませんが、SD全体でも十分早いようなのでそのままにします。

http://stackoverflow.com/questions/3300137/how-can-i-refresh-mediasto...

        /**
         * (MTP接続の場合)ファイルリスト更新の為、SDカード内をスキャンする。
         */
        public void rescanSdcard(){
                sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED,
                                Uri.parse("file://" +
Environment.getExternalStorageDirectory())));
        }


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.