0
我希望在拍攝截圖時開始活動,爲此我在我的Android清單中使用MEDIA_SCANNER_SCAN_FILE。使用MEDIA_SCANNER_SCAN_FILE開始活動
<activity android:name=".ScreenshotActivity">
<intent-filter>
<action android:name="android.intent.action.MEDIA_SCANNER_SCAN_FILE" />
<data android:path="/sdcard/pictures/screenshots"
android:host="localhost"
android:scheme="file" />
</intent-filter>
</activity>
此劑量無效。
感謝