First, get the intent which has started your activity using the getIntent() method: Intent intent = getIntent();. If your extra data is represented as ...
確定! 回上一頁