Crash app, theme, android manifest
See original GitHub issueCrash app with any android theme
<activity android:name="net.rdrei.android.dirchooser.DirectoryChooserActivity"
android:theme="@android:style/Theme.DeviceDefault"
/>
No crash with my theme
<activity android:name="net.rdrei.android.dirchooser.DirectoryChooserActivity"
android:theme="@style/DialogTheme"
/>
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Changing Theme in Android Manifest Crashes App
Choosing one of the NoTitle themes will crash the app when you run ... 1) Set your theme back to 'AppTheme' in the...
Read more >Changing Theme in Android Manifest Crashes App - iTecNote
I have created a few apps in an old version of Eclipse. When doing so, I would enter: android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen".
Read more >crashed app when change main mobile theme ( dark and light ...
when changing the theme, the app crashes and only when the audio service activity is defined in AndroidManifest this problem appears.
Read more >Attempt to add splash screen crashes app and results in two ...
With the splash screen code line in the manifest file (<category android:name="android.intent.category.LAUNCHER" />) uncommeted, the app crashes and I have TWO ...
Read more >Crash on ContextMenu creation when "colorAccent" theme ...
1. Where occurs: The bug is easily reproducible on API 24 emulator. · 2. Where there is no such a bug: This is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can confirm @passy AND @BraisGabin fixed this in commit: 25b5c12972485356ac0d8a9779879aa61fbd175d, as building the library locally I no longer have this issue. Thank you!
https://stackoverflow.com/questions/37428966/before-save-image-open-popup-where-u-save-image-internal-or-external-memory