2017-03-06 11 views
0

私は、画面を回転させるまで、すべての機能はうまくいきます。ポートレートモードの画面の上部にある印刷オプションダイアログが消え、印刷フレームワークダイアログを維持したいのですが、私はandroid:configChangeを設定しようとします。それは助けにならない。どんな助け?画面回転後にアンドロイドの印刷フレームワークのダイアログを閉じるのを止めるには?

答えて

0

私は、PrintManagerコードで

Calling this method will bring the print dialog and 
* the system will connect to the provided {@link PrintDocumentAdapter}. If a 
* configuration change occurs that you application does not handle, for example 
* a rotation change, the system will drop the connection to the adapter as the 
* activity has to be recreated and the old adapter may be invalid in this context, 
* hence a new adapter instance is required. As a consequence, if your activity 
* does not handle configuration changes (default behavior), you have to save the 
* state that you were printing and call this method again when your activity 
* is recreated. 
をこのコメントを見つけます