|
@@ -9,6 +9,9 @@
|
|
tools:ignore="ProtectedPermissions" />
|
|
tools:ignore="ProtectedPermissions" />
|
|
|
|
|
|
<application>
|
|
<application>
|
|
|
|
+ <activity
|
|
|
|
+ android:name=".HelpDocsActivity"
|
|
|
|
+ android:exported="false" />
|
|
<activity
|
|
<activity
|
|
android:name=".ui.PowerAnimationActivity"
|
|
android:name=".ui.PowerAnimationActivity"
|
|
android:screenOrientation="landscape" />
|
|
android:screenOrientation="landscape" />
|
|
@@ -48,4 +51,5 @@
|
|
android:launchMode="singleTask"
|
|
android:launchMode="singleTask"
|
|
android:screenOrientation="landscape" />
|
|
android:screenOrientation="landscape" />
|
|
</application>
|
|
</application>
|
|
|
|
+
|
|
</manifest>
|
|
</manifest>
|