Echoing previous response, you shouldn't use a broadcast receiver.
In the same situation, what I did was to declare the theme thusly:
<activity android:name="MyActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.NoDisplay">
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…