[fpc-pascal] I need to have launcher intent compatible with Android 14
    Mgr. Janusz Chmiel 
    mgr.janusz.chmiel at gmail.com
       
    Tue Feb  4 22:19:38 CET 2025
    
    
  
Dear developers,
Please, how to redesign The following piece of androidmanifest.xml so 
The resulting intent will be acceptable for Android 14 core?
It refuse to accept This intent so app can not be installed if developer 
specify Android34 Api target in The androidmanifest.xml
Overide this lead to The bad fact. App can be installed, but user is 
helpless to find its launcher at The launcher desktop.
Here is The short intent.
         <intent-filter>
             <action android:name    ="android.intent.action.MAIN" />
             <category android:name ="android.intent.category.LAUNCHER" />
         </intent-filter>
I have got AN error from Android 14 from ADB that Intents must be 
specified explicitly or simlar message.
Thank you for your help.
    
    
More information about the fpc-pascal
mailing list