c# - Accessing Amazon Kindle Sidebar - Xamarin.Android -
How does one use the sidebar on Amazon Kindle Fire HD tablet? The sidebar appears to be a special one, which is specific to Kindle (I did not find it on Samsung Galaxy tablet).
What happens is that if search is allowed to search my activity, then searching can also be done by the sidebar, as shown by the attached screenshot. But there are circumstances when I want to disable search. I can completely fix the search menu within the activity menu (disabling menu items), but how do I use sidebar?
Hope I have explained it clearly.
For my activity clear Looks like: [activity (theme = "@ Android: Style / Theme. Holo", Launch Mode = Launch Mode. Singlettop, Screen Orientation = Screen Orientation.] Landscape [New] [Intent Filter (New [ ] {Intent., Intent., Actionview metadata (name: "android.app.default_searchable", value = "reporting activity")]
Anyone in the sidebar search yet The third or the third line is removing the result, but now instead of my app, Amazon is allowing App Store to search, while all I want is that it is only disabled or completely removed, depending on some conditions Code should be done dynamically, however, apparently, can not be clearly dynamically modified according to the following:
Plus I used to do it myself Medium s Attempted to:
PackageManager.GetActivityInfo (ComponentName, Packejinfofagj.aktivetijh | Package Infolag.mataData). Metadata Clear (); Whatever it is not.
So, any ideas about how to accomplish this?
Thank you!
Comments
Post a Comment