Skip to content

Commit 29a35ce

Browse files
committed
android: remove customdeviceactivity from manifest
1 parent 173e06c commit 29a35ce

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,6 @@
7474
android:resource="@xml/battery_widget_info" />
7575
</receiver>
7676

77-
<activity
78-
android:name=".CustomDevice"
79-
android:exported="true"
80-
android:label="@string/title_activity_custom_device"
81-
android:theme="@style/Theme.LibrePods">
82-
<intent-filter>
83-
<category android:name="android.intent.category.LAUNCHER" />
84-
</intent-filter>
85-
</activity>
8677
<activity
8778
android:name=".MainActivity"
8879
android:exported="true"

0 commit comments

Comments
 (0)