summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a9ff539..04e6782 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,5 +17,12 @@
</intent-filter>
<meta-data android:name="android.service.wallpaper" android:resource="@xml/wallpaper" />
</service>
+
+ <activity
+ android:name="com.android.phasebeam.PhaseBeamSelector"
+ android:theme="@style/Transparent"
+ android:exported="true">
+ </activity>
+
</application>
-</manifest> \ No newline at end of file
+</manifest>