android :launchMode="singleTask" 配置在Mainifest 中,它保证了栈中此Activity总是只有一个,无论你启动它多少次;. onNewIntent(Intent intent) 是Override Activity ...
確定! 回上一頁