I need to have launcher intent compatible with Android 14

"Mgr. Janusz Chmiel via fpc-pascal" <[email protected]>
Newsgroups gmane.comp.compilers.free-pascal.general
Message-ID <[email protected]>
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.

_______________________________________________
fpc-pascal maillist  -  [email protected]
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.