Skip to content

Commit

Permalink
Remove activity from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bentrengrove committed Dec 10, 2024
1 parent 4572418 commit aff524b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,16 +192,6 @@
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
</intent-filter>
</activity>

<activity
android:name=".testharness.TestHarnessSample"
android:label="@string/testharness"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
</intent-filter>
</activity>

</application>

Expand Down

0 comments on commit aff524b

Please sign in to comment.