Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
FredTA's avatar
FredTA
Protege
1 year ago
Solved

How to launch another app from my first app (outside the store)

For context: My team is trying to create a delivery system for VR EdTech applications at Imperial College London. For our desktop version, each individual learning app is built to an AssetBundle and...
  • FredTA's avatar
    1 year ago
    Found the fix, manifest needs the "query all packages" permission, like so 
     
        package="com.example.yourapp">
        <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
        <!-- Other permissions and application components -->
    </manifest>